COLOR #74AEAC

HEX: #74AEAC
RGB: (116,174,172)

Color info

#74AEAC contains red, green and blue colors in about the same proportion. Web safe color of #74AEAC is #669999 (or #699).

RGB color model

#74AEAC color RGB value is (116,174,172).

  • red value is 116;
  • green value is 174;
  • blue value is 172.
RGB:
(116,174,172)
(45%,68%,67%)

RGB channels and saturation

R 116 of 255 = 45%
G 174 of 255 = 68%
B 172 of 255 = 67%

116
174
172

R + G + B ~ 60%. #74AEAC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 174 + 172 = 462 (100%)
R 116 of 462 ~ 25.11%
G 174 of 462 ~ 37.66%
B 172 of 462 ~ 37.23%

%25.11
%37.66
%37.23

CMYK color model

#74AEAC color CMYK value is (33,0,1,32).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 1.15%
  • key color value is 31.76%
CMYK:
(33,0,1,32)
C33M0Y1K32 
(33%,0%,1%,32%)
(0.33/0.00/0.01/0.32)	

CMYK percentages

%33.33
%0
%1.15
%31.76

Codes

Color #74AEAC in popluar color models

74AEAC
RGB116174172
HSL178°26.36%56.86%
HSB/HSV178°33.33%68.24%
CMYK33.33%0.00%1.15%
31.76%

Color #74AEAC in popluar number systems.

HEX74AEAC
Decimal116174172
Binary11101001010111010101100
Octal164256254

Shades and tints

Shades of #74AEAC

#74AEAC
(116,174,172)
#6A9F9D
(106,159,157)
#60908E
(96,144,142)
#56817F
(86,129,127)
#4C7270
(76,114,112)
#426361
(66,99,97)
#385452
(56,84,82)
#2E4543
(46,69,67)
#243634
(36,54,52)
#1A2725
(26,39,37)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #74AEAC

#74AEAC
(116,174,172)
#80B5B3
(128,181,179)
#8CBCBA
(140,188,186)
#98C3C1
(152,195,193)
#A4CAC8
(164,202,200)
#B0D1CF
(176,209,207)
#BCD8D6
(188,216,214)
#C8DFDD
(200,223,221)
#D4E6E4
(212,230,228)
#E0EDEB
(224,237,235)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AEAC color. Also use rgb(116,174,172) instead hex code.

Text Font Color

.myTextColor { color: #74AEAC; }

<p style="color:#74AEAC">This sample text font color is #74AEAC.</p>

This text font color is #74AEAC.


Background Color

.myBgColor { background-color: #74AEAC; }

<div style="background-color:#74AEAC">Inner text</div>

This div background color is #74AEAC.


Border color

.myBorderColor { border: 1px solid #74AEAC; }

<div style="border:3px solid #74AEAC">Div</div>

This div border color is #74AEAC.


Opacity

.myOpacity80 { color: #74AEAC; opacity: 0.8; }

<p style="color:#74AEAC;opacity:0.8;">80%</p>

Text with #74AEAC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #74AEAC;}

<p style="text-shadow: 3px 3px 1px #74AEAC">Text here.</p>

This text has shadow with #74AEAC color.

.textShadow {text-shadow: 3px 3px 1px #74AEAC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #74AEAC, 5px 5px 20px red">Text here.</p>

This text has shadow with #74AEAC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74AEAC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#74AEAC, Direction=45, Strength=4)">Text</p>

This text has shadow with #74AEAC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #74AEAC;
  -webkit-box-shadow:	1px 1px 3px 2px #74AEAC;
  box-shadow:		1px 1px 3px 2px #74AEAC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74AEAC;
-webkit-box-shadow: 1px 1px 3px 2px #74AEAC;
box-shadow:1px 1px 3px 2px #74AEAC;">
Div content here</div>
This div box has shadow with color #74AEAC.

Preview

Color preview on black background

This text has color #74AEAC on black background.


Color preview on white background

This text has color #74AEAC on white background.



Black color preview on #74AEAC background

This text has black color on #74AEAC background.


White color preview on #74AEAC background

This text has white color on #74AEAC background.