COLOR #74CCCB

HEX: #74CCCB RGB: (116,204,203)

Color info

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

RGB color model

#74CCCB color RGB value is (116,204,203).

RGB: (116,204,203) (45%, 80%, 80%)

RGB channels and saturation

R 116 of 255 = 45%
G 204 of 255 = 80%
B 203 of 255 = 80%

116
204
203

R + G + B ~ 68%. #74CCCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 204 + 203 = 523 (100%)
R 116 of 523 ~ 22.18%
G 204 of 523 ~ 39.01%
B 203 of 523 ~ 38.81'%

%22.18
%39.01
%38.81

CMYK color model

#74CCCB color CMYK value is (43,0,0,20).

  • cyan value is 43.14%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • key color value is 20.00%

CMYK: (43,0,0,20)
C43M0Y0K20 (43%, 0%, 0%, 20%)
(0.43 / 0.00 / 0.00 / 0.20)

CMYK percentages

%43.14
%0
%0.49
%20

Codes

Color #74CCCB in popluar color models

74 CC CB
RGB 116 204 203
HSL 179° 46.32% 62.75%
HSB/HSV 179° 43.14% 80.00%
CMYK 43.14% 0.00% 0.49%
20.00%

Color #74CCCB in popluar number systems.

HEX 74 CC CB
Decimal 116 204 203
Binary 1110100 11001100 11001011
Octal 164 314 313

Shades and tints

Shades of #74CCCB

#74CCCB
(116,204,203)
#6ABAB9
(106,186,185)
#60A8A7
(96,168,167)
#569695
(86,150,149)
#4C8483
(76,132,131)
#427271
(66,114,113)
#38605F
(56,96,95)
#2E4E4D
(46,78,77)
#243C3B
(36,60,59)
#1A2A29
(26,42,41)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #74CCCB

#74CCCB
(116,204,203)
#80D0CF
(128,208,207)
#8CD4D3
(140,212,211)
#98D8D7
(152,216,215)
#A4DCDB
(164,220,219)
#B0E0DF
(176,224,223)
#BCE4E3
(188,228,227)
#C8E8E7
(200,232,231)
#D4ECEB
(212,236,235)
#E0F0EF
(224,240,239)
#ECF4F3
(236,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74CCCB color. Also use rgb(116,204,203) instead hex code.

Text Font Color

.myTextColor { color: #74CCCB; }

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

This text font color is #74CCCB.

Background Color

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

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

This div background color is #74CCCB.

Border color

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

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

This div border color is #74CCCB.

Opacity

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

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

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

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

This text has shadow with #74CCCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74CCCB.

Preview

Color preview on black background

This text has color #74CCCB on black background.


Color preview on white background

This text has color #74CCCB on white background.


Black color preview on #74CCCB background

This text has black color on #74CCCB background.


White color preview on #74CCCB background

This text has white color on #74CCCB background.


Related colors

Complementary color

Complementary color for #hex is #8B3334.


I love getcolorcode.com

Triadic colors

1 #CB74CC and #CCCB74 with #74CCCB are triadic colors.

2 #CBCC74 and #CC74CB with #74CCCB are triadic colors.