COLOR #74F0CB

HEX: #74F0CB RGB: (116,240,203)

Color info

#74F0CB contains mainly green and blue colors. Web safe color of #74F0CB is #66FFCC (or #6FC).

RGB color model

#74F0CB color RGB value is (116,240,203).

RGB: (116,240,203) (45%, 94%, 80%)

RGB channels and saturation

R 116 of 255 = 45%
G 240 of 255 = 94%
B 203 of 255 = 80%

116
240
203

R + G + B ~ 73%. #74F0CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 240 + 203 = 559 (100%)
R 116 of 559 ~ 20.75%
G 240 of 559 ~ 42.93%
B 203 of 559 ~ 36.31'%

%20.75
%42.93
%36.31

CMYK color model

#74F0CB color CMYK value is (52,0,15,6).

  • cyan value is 51.67%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 5.88%

CMYK: (52,0,15,6)
C52M0Y15K6 (52%, 0%, 15%, 6%)
(0.52 / 0.00 / 0.15 / 0.06)

CMYK percentages

%51.67
%0
%15.42
%5.88

Codes

Color #74F0CB in popluar color models

74 F0 CB
RGB 116 240 203
HSL 162° 80.52% 69.80%
HSB/HSV 162° 51.67% 94.12%
CMYK 51.67% 0.00% 15.42%
5.88%

Color #74F0CB in popluar number systems.

HEX 74 F0 CB
Decimal 116 240 203
Binary 1110100 11110000 11001011
Octal 164 360 313

Shades and tints

Shades of #74F0CB

#74F0CB
(116,240,203)
#6ADBB9
(106,219,185)
#60C6A7
(96,198,167)
#56B195
(86,177,149)
#4C9C83
(76,156,131)
#428771
(66,135,113)
#38725F
(56,114,95)
#2E5D4D
(46,93,77)
#24483B
(36,72,59)
#1A3329
(26,51,41)
#101E17
(16,30,23)
#000000
(0,0,0)

Tints of #74F0CB

#74F0CB
(116,240,203)
#80F1CF
(128,241,207)
#8CF2D3
(140,242,211)
#98F3D7
(152,243,215)
#A4F4DB
(164,244,219)
#B0F5DF
(176,245,223)
#BCF6E3
(188,246,227)
#C8F7E7
(200,247,231)
#D4F8EB
(212,248,235)
#E0F9EF
(224,249,239)
#ECFAF3
(236,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74F0CB; }

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

This text font color is #74F0CB.

Background Color

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

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

This div background color is #74F0CB.

Border color

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

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

This div border color is #74F0CB.

Opacity

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

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

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

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

This text has shadow with #74F0CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74F0CB.

Preview

Color preview on black background

This text has color #74F0CB on black background.


Color preview on white background

This text has color #74F0CB on white background.


Black color preview on #74F0CB background

This text has black color on #74F0CB background.


White color preview on #74F0CB background

This text has white color on #74F0CB background.


Related colors

Complementary color

Complementary color for #hex is #8B0F34.


I love getcolorcode.com

Triadic colors

1 #CB74F0 and #F0CB74 with #74F0CB are triadic colors.

2 #CBF074 and #F074CB with #74F0CB are triadic colors.