COLOR #74CDCE

HEX: #74CDCE RGB: (116,205,206)

Color info

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

RGB color model

#74CDCE color RGB value is (116,205,206).

RGB: (116,205,206) (45%, 80%, 81%)

RGB channels and saturation

R 116 of 255 = 45%
G 205 of 255 = 80%
B 206 of 255 = 81%

116
205
206

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

Portions of RGB colors in percentages

R + G + B = 116 + 205 + 206 = 527 (100%)
R 116 of 527 ~ 22.01%
G 205 of 527 ~ 38.9%
B 206 of 527 ~ 39.09'%

%22.01
%38.9
%39.09

CMYK color model

#74CDCE color CMYK value is (44,0,0,19).

  • cyan value is 43.69%
  • magenta value is 0.49%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (44,0,0,19)
C44M0Y0K19 (44%, 0%, 0%, 19%)
(0.44 / 0.00 / 0.00 / 0.19)

CMYK percentages

%43.69
%0.49
%0
%19.22

Codes

Color #74CDCE in popluar color models

74 CD CE
RGB 116 205 206
HSL 181° 47.87% 63.14%
HSB/HSV 181° 43.69% 80.78%
CMYK 43.69% 0.49% 0.00%
19.22%

Color #74CDCE in popluar number systems.

HEX 74 CD CE
Decimal 116 205 206
Binary 1110100 11001101 11001110
Octal 164 315 316

Shades and tints

Shades of #74CDCE

#74CDCE
(116,205,206)
#6ABBBC
(106,187,188)
#60A9AA
(96,169,170)
#569798
(86,151,152)
#4C8586
(76,133,134)
#427374
(66,115,116)
#386162
(56,97,98)
#2E4F50
(46,79,80)
#243D3E
(36,61,62)
#1A2B2C
(26,43,44)
#10191A
(16,25,26)
#000000
(0,0,0)

Tints of #74CDCE

#74CDCE
(116,205,206)
#80D1D2
(128,209,210)
#8CD5D6
(140,213,214)
#98D9DA
(152,217,218)
#A4DDDE
(164,221,222)
#B0E1E2
(176,225,226)
#BCE5E6
(188,229,230)
#C8E9EA
(200,233,234)
#D4EDEE
(212,237,238)
#E0F1F2
(224,241,242)
#ECF5F6
(236,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74CDCE color. Also use rgb(116,205,206) instead hex code.

Text Font Color

.myTextColor { color: #74CDCE; }

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

This text font color is #74CDCE.

Background Color

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

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

This div background color is #74CDCE.

Border color

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

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

This div border color is #74CDCE.

Opacity

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

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

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

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

This text has shadow with #74CDCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74CDCE.

Preview

Color preview on black background

This text has color #74CDCE on black background.


Color preview on white background

This text has color #74CDCE on white background.


Black color preview on #74CDCE background

This text has black color on #74CDCE background.


White color preview on #74CDCE background

This text has white color on #74CDCE background.


Related colors

Complementary color

Complementary color for #hex is #8B3231.


I love getcolorcode.com

Triadic colors

1 #CE74CD and #CDCE74 with #74CDCE are triadic colors.

2 #CECD74 and #CD74CE with #74CDCE are triadic colors.