COLOR #74BAAD

HEX: #74BAAD RGB: (116,186,173)

Color info

#74BAAD contains mainly green and blue colors. Web safe color of #74BAAD is #66CC99 (or #6C9).

RGB color model

#74BAAD color RGB value is (116,186,173).

RGB: (116,186,173) (45%, 73%, 68%)

RGB channels and saturation

R 116 of 255 = 45%
G 186 of 255 = 73%
B 173 of 255 = 68%

116
186
173

R + G + B ~ 62%. #74BAAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 186 + 173 = 475 (100%)
R 116 of 475 ~ 24.42%
G 186 of 475 ~ 39.16%
B 173 of 475 ~ 36.42'%

%24.42
%39.16
%36.42

CMYK color model

#74BAAD color CMYK value is (38,0,7,27).

  • cyan value is 37.63%
  • magenta value is 0.00%
  • yellow value is 6.99%
  • key color value is 27.06%

CMYK: (38,0,7,27)
C38M0Y7K27 (38%, 0%, 7%, 27%)
(0.38 / 0.00 / 0.07 / 0.27)

CMYK percentages

%37.63
%0
%6.99
%27.06

Codes

Color #74BAAD in popluar color models

74 BA AD
RGB 116 186 173
HSL 169° 33.65% 59.22%
HSB/HSV 169° 37.63% 72.94%
CMYK 37.63% 0.00% 6.99%
27.06%

Color #74BAAD in popluar number systems.

HEX 74 BA AD
Decimal 116 186 173
Binary 1110100 10111010 10101101
Octal 164 272 255

Shades and tints

Shades of #74BAAD

#74BAAD
(116,186,173)
#6AAA9E
(106,170,158)
#609A8F
(96,154,143)
#568A80
(86,138,128)
#4C7A71
(76,122,113)
#426A62
(66,106,98)
#385A53
(56,90,83)
#2E4A44
(46,74,68)
#243A35
(36,58,53)
#1A2A26
(26,42,38)
#101A17
(16,26,23)
#000000
(0,0,0)

Tints of #74BAAD

#74BAAD
(116,186,173)
#80C0B4
(128,192,180)
#8CC6BB
(140,198,187)
#98CCC2
(152,204,194)
#A4D2C9
(164,210,201)
#B0D8D0
(176,216,208)
#BCDED7
(188,222,215)
#C8E4DE
(200,228,222)
#D4EAE5
(212,234,229)
#E0F0EC
(224,240,236)
#ECF6F3
(236,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74BAAD color. Also use rgb(116,186,173) instead hex code.

Text Font Color

.myTextColor { color: #74BAAD; }

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

This text font color is #74BAAD.

Background Color

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

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

This div background color is #74BAAD.

Border color

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

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

This div border color is #74BAAD.

Opacity

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

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

Text with #74BAAD 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 #74BAAD;}

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

This text has shadow with #74BAAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74BAAD.

Preview

Color preview on black background

This text has color #74BAAD on black background.


Color preview on white background

This text has color #74BAAD on white background.


Black color preview on #74BAAD background

This text has black color on #74BAAD background.


White color preview on #74BAAD background

This text has white color on #74BAAD background.


Related colors

Complementary color

Complementary color for #hex is #8B4552.


I love getcolorcode.com

Triadic colors

1 #AD74BA and #BAAD74 with #74BAAD are triadic colors.

2 #ADBA74 and #BA74AD with #74BAAD are triadic colors.