COLOR #74BAAC

HEX: #74BAAC
RGB: (116,186,172)

Color info

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

RGB color model

#74BAAC color RGB value is (116,186,172).

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

RGB channels and saturation

R 116 of 255 = 45%
G 186 of 255 = 73%
B 172 of 255 = 67%

116
186
172

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

Portions of RGB colors in percentages

R + G + B =
116 + 186 + 172 = 474 (100%)
R 116 of 474 ~ 24.47%
G 186 of 474 ~ 39.24%
B 172 of 474 ~ 36.29%

%24.47
%39.24
%36.29

CMYK color model

#74BAAC color CMYK value is (38,0,8,27).

  • cyan value is 37.63%
  • magenta value is 0.00%
  • yellow value is 7.53%
  • key color value is 27.06%
CMYK:
(38,0,8,27)
C38M0Y8K27 
(38%,0%,8%,27%)
(0.38/0.00/0.08/0.27)	

CMYK percentages

%37.63
%0
%7.53
%27.06

Codes

Color #74BAAC in popluar color models

74BAAC
RGB116186172
HSL168°33.65%59.22%
HSB/HSV168°37.63%72.94%
CMYK37.63%0.00%7.53%
27.06%

Color #74BAAC in popluar number systems.

HEX74BAAC
Decimal116186172
Binary11101001011101010101100
Octal164272254

Shades and tints

Shades of #74BAAC

#74BAAC
(116,186,172)
#6AAA9D
(106,170,157)
#609A8E
(96,154,142)
#568A7F
(86,138,127)
#4C7A70
(76,122,112)
#426A61
(66,106,97)
#385A52
(56,90,82)
#2E4A43
(46,74,67)
#243A34
(36,58,52)
#1A2A25
(26,42,37)
#101A16
(16,26,22)
#000000
(0,0,0)

Tints of #74BAAC

#74BAAC
(116,186,172)
#80C0B3
(128,192,179)
#8CC6BA
(140,198,186)
#98CCC1
(152,204,193)
#A4D2C8
(164,210,200)
#B0D8CF
(176,216,207)
#BCDED6
(188,222,214)
#C8E4DD
(200,228,221)
#D4EAE4
(212,234,228)
#E0F0EB
(224,240,235)
#ECF6F2
(236,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74BAAC; }

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

This text font color is #74BAAC.


Background Color

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

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

This div background color is #74BAAC.


Border color

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

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

This div border color is #74BAAC.


Opacity

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

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

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

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

This text has shadow with #74BAAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74BAAC on black background.


Color preview on white background

This text has color #74BAAC on white background.



Black color preview on #74BAAC background

This text has black color on #74BAAC background.


White color preview on #74BAAC background

This text has white color on #74BAAC background.