COLOR #74BDAC

HEX: #74BDAC
RGB: (116,189,172)

Color info

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

RGB color model

#74BDAC color RGB value is (116,189,172).

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

RGB channels and saturation

R 116 of 255 = 45%
G 189 of 255 = 74%
B 172 of 255 = 67%

116
189
172

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

Portions of RGB colors in percentages

R + G + B =
116 + 189 + 172 = 477 (100%)
R 116 of 477 ~ 24.32%
G 189 of 477 ~ 39.62%
B 172 of 477 ~ 36.06%

%24.32
%39.62
%36.06

CMYK color model

#74BDAC color CMYK value is (39,0,9,26).

  • cyan value is 38.62%
  • magenta value is 0.00%
  • yellow value is 8.99%
  • key color value is 25.88%
CMYK:
(39,0,9,26)
C39M0Y9K26 
(39%,0%,9%,26%)
(0.39/0.00/0.09/0.26)	

CMYK percentages

%38.62
%0
%8.99
%25.88

Codes

Color #74BDAC in popluar color models

74BDAC
RGB116189172
HSL166°35.61%59.80%
HSB/HSV166°38.62%74.12%
CMYK38.62%0.00%8.99%
25.88%

Color #74BDAC in popluar number systems.

HEX74BDAC
Decimal116189172
Binary11101001011110110101100
Octal164275254

Shades and tints

Shades of #74BDAC

#74BDAC
(116,189,172)
#6AAC9D
(106,172,157)
#609B8E
(96,155,142)
#568A7F
(86,138,127)
#4C7970
(76,121,112)
#426861
(66,104,97)
#385752
(56,87,82)
#2E4643
(46,70,67)
#243534
(36,53,52)
#1A2425
(26,36,37)
#101316
(16,19,22)
#000000
(0,0,0)

Tints of #74BDAC

#74BDAC
(116,189,172)
#80C3B3
(128,195,179)
#8CC9BA
(140,201,186)
#98CFC1
(152,207,193)
#A4D5C8
(164,213,200)
#B0DBCF
(176,219,207)
#BCE1D6
(188,225,214)
#C8E7DD
(200,231,221)
#D4EDE4
(212,237,228)
#E0F3EB
(224,243,235)
#ECF9F2
(236,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74BDAC; }

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

This text font color is #74BDAC.


Background Color

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

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

This div background color is #74BDAC.


Border color

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

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

This div border color is #74BDAC.


Opacity

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

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

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

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

This text has shadow with #74BDAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74BDAC on black background.


Color preview on white background

This text has color #74BDAC on white background.



Black color preview on #74BDAC background

This text has black color on #74BDAC background.


White color preview on #74BDAC background

This text has white color on #74BDAC background.