COLOR #74D6D0

HEX: #74D6D0
RGB: (116,214,208)

Color info

#74D6D0 contains mainly green and blue colors. Web safe color of #74D6D0 is #66CCCC (or #6CC).

RGB color model

#74D6D0 color RGB value is (116,214,208).

  • red value is 116;
  • green value is 214;
  • blue value is 208.
RGB:
(116,214,208)
(45%,84%,82%)

RGB channels and saturation

R 116 of 255 = 45%
G 214 of 255 = 84%
B 208 of 255 = 82%

116
214
208

R + G + B ~ 70%. #74D6D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 214 + 208 = 538 (100%)
R 116 of 538 ~ 21.56%
G 214 of 538 ~ 39.78%
B 208 of 538 ~ 38.66%

%21.56
%39.78
%38.66

CMYK color model

#74D6D0 color CMYK value is (46,0,3,16).

  • cyan value is 45.79%
  • magenta value is 0.00%
  • yellow value is 2.80%
  • key color value is 16.08%
CMYK:
(46,0,3,16)
C46M0Y3K16 
(46%,0%,3%,16%)
(0.46/0.00/0.03/0.16)	

CMYK percentages

%45.79
%0
%2.8
%16.08

Codes

Color #74D6D0 in popluar color models

74D6D0
RGB116214208
HSL176°54.44%64.71%
HSB/HSV176°45.79%83.92%
CMYK45.79%0.00%2.80%
16.08%

Color #74D6D0 in popluar number systems.

HEX74D6D0
Decimal116214208
Binary11101001101011011010000
Octal164326320

Shades and tints

Shades of #74D6D0

#74D6D0
(116,214,208)
#6AC3BE
(106,195,190)
#60B0AC
(96,176,172)
#569D9A
(86,157,154)
#4C8A88
(76,138,136)
#427776
(66,119,118)
#386464
(56,100,100)
#2E5152
(46,81,82)
#243E40
(36,62,64)
#1A2B2E
(26,43,46)
#10181C
(16,24,28)
#000000
(0,0,0)

Tints of #74D6D0

#74D6D0
(116,214,208)
#80D9D4
(128,217,212)
#8CDCD8
(140,220,216)
#98DFDC
(152,223,220)
#A4E2E0
(164,226,224)
#B0E5E4
(176,229,228)
#BCE8E8
(188,232,232)
#C8EBEC
(200,235,236)
#D4EEF0
(212,238,240)
#E0F1F4
(224,241,244)
#ECF4F8
(236,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74D6D0 color. Also use rgb(116,214,208) instead hex code.

Text Font Color

.myTextColor { color: #74D6D0; }

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

This text font color is #74D6D0.


Background Color

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

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

This div background color is #74D6D0.


Border color

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

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

This div border color is #74D6D0.


Opacity

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

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

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

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

This text has shadow with #74D6D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74D6D0 on black background.


Color preview on white background

This text has color #74D6D0 on white background.



Black color preview on #74D6D0 background

This text has black color on #74D6D0 background.


White color preview on #74D6D0 background

This text has white color on #74D6D0 background.