COLOR #74CFD1

HEX: #74CFD1
RGB: (116,207,209)

Color info

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

RGB color model

#74CFD1 color RGB value is (116,207,209).

  • red value is 116;
  • green value is 207;
  • blue value is 209.
RGB:
(116,207,209)
(45%,81%,82%)

RGB channels and saturation

R 116 of 255 = 45%
G 207 of 255 = 81%
B 209 of 255 = 82%

116
207
209

R + G + B ~ 69%. #74CFD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 207 + 209 = 532 (100%)
R 116 of 532 ~ 21.8%
G 207 of 532 ~ 38.91%
B 209 of 532 ~ 39.29%

%21.8
%38.91
%39.29

CMYK color model

#74CFD1 color CMYK value is (44,1,0,18).

  • cyan value is 44.50%
  • magenta value is 0.96%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(44,1,0,18)
C44M1Y0K18 
(44%,1%,0%,18%)
(0.44/0.01/0.00/0.18)	

CMYK percentages

%44.5
%0.96
%0
%18.04

Codes

Color #74CFD1 in popluar color models

74CFD1
RGB116207209
HSL181°50.27%63.73%
HSB/HSV181°44.50%81.96%
CMYK44.50%0.96%0.00%
18.04%

Color #74CFD1 in popluar number systems.

HEX74CFD1
Decimal116207209
Binary11101001100111111010001
Octal164317321

Shades and tints

Shades of #74CFD1

#74CFD1
(116,207,209)
#6ABDBE
(106,189,190)
#60ABAB
(96,171,171)
#569998
(86,153,152)
#4C8785
(76,135,133)
#427572
(66,117,114)
#38635F
(56,99,95)
#2E514C
(46,81,76)
#243F39
(36,63,57)
#1A2D26
(26,45,38)
#101B13
(16,27,19)
#000000
(0,0,0)

Tints of #74CFD1

#74CFD1
(116,207,209)
#80D3D5
(128,211,213)
#8CD7D9
(140,215,217)
#98DBDD
(152,219,221)
#A4DFE1
(164,223,225)
#B0E3E5
(176,227,229)
#BCE7E9
(188,231,233)
#C8EBED
(200,235,237)
#D4EFF1
(212,239,241)
#E0F3F5
(224,243,245)
#ECF7F9
(236,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74CFD1 color. Also use rgb(116,207,209) instead hex code.

Text Font Color

.myTextColor { color: #74CFD1; }

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

This text font color is #74CFD1.


Background Color

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

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

This div background color is #74CFD1.


Border color

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

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

This div border color is #74CFD1.


Opacity

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

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

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

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

This text has shadow with #74CFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74CFD1 on black background.


Color preview on white background

This text has color #74CFD1 on white background.



Black color preview on #74CFD1 background

This text has black color on #74CFD1 background.


White color preview on #74CFD1 background

This text has white color on #74CFD1 background.