COLOR #42F0C7

HEX: #42F0C7 RGB: (66,240,199)

Color info

#42F0C7 contains mainly green and blue colors. Web safe color of #42F0C7 is #33FFCC (or #3FC).

RGB color model

#42F0C7 color RGB value is (66,240,199).

RGB: (66,240,199) (26%, 94%, 78%)

RGB channels and saturation

R 66 of 255 = 26%
G 240 of 255 = 94%
B 199 of 255 = 78%

66
240
199

R + G + B ~ 66%. #42F0C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 66 + 240 + 199 = 505 (100%)
R 66 of 505 ~ 13.07%
G 240 of 505 ~ 47.52%
B 199 of 505 ~ 39.41'%

%13.07
%47.52
%39.41

CMYK color model

#42F0C7 color CMYK value is (73,0,17,6).

  • cyan value is 72.50%
  • magenta value is 0.00%
  • yellow value is 17.08%
  • key color value is 5.88%
CMYK: (73,0,17,6) C73M0Y17K6 (73%,0%,17%,6%) (0.73/0.00/0.17/0.06) 

CMYK percentages

%72.5
%0
%17.08
%5.88

Codes

Color #42F0C7 in popluar color models

42 F0 C7
RGB 66 240 199
HSL 166° 85.29% 60.00%
HSB/HSV 166° 72.50% 94.12%
CMYK 72.50% 0.00% 17.08%
5.88%

Color #42F0C7 in popluar number systems.

HEX 42 F0 C7
Decimal 66 240 199
Binary 1000010 11110000 11000111
Octal 102 360 307

Shades and tints

Shades of #42F0C7

#42F0C7
(66,240,199)
#3CDBB5
(60,219,181)
#36C6A3
(54,198,163)
#30B191
(48,177,145)
#2A9C7F
(42,156,127)
#24876D
(36,135,109)
#1E725B
(30,114,91)
#185D49
(24,93,73)
#124837
(18,72,55)
#0C3325
(12,51,37)
#061E13
(6,30,19)
#000000
(0,0,0)

Tints of #42F0C7

#42F0C7
(66,240,199)
#53F1CC
(83,241,204)
#64F2D1
(100,242,209)
#75F3D6
(117,243,214)
#86F4DB
(134,244,219)
#97F5E0
(151,245,224)
#A8F6E5
(168,246,229)
#B9F7EA
(185,247,234)
#CAF8EF
(202,248,239)
#DBF9F4
(219,249,244)
#ECFAF9
(236,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42F0C7 color. Also use rgb(66,240,199) instead hex code.

Text Font Color

.myTextColor { color: #42F0C7; }

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

This text font color is #42F0C7.

Background Color

.myBgColor { background-color: #42F0C7; }

<div style="background-color:#42F0C7">Inner text</div>

This div background color is #42F0C7.

Border color

.myBorderColor { border: 1px solid #42F0C7; }

<div style="border:3px solid #42F0C7">Div</div>

This div border color is #42F0C7.

Opacity

.myOpacity80 { color: #42F0C7; opacity: 0.8; }

<p style="color:#42F0C7;opacity:0.8;">80%</p>

Text with #42F0C7 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 #42F0C7;}

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

This text has shadow with #42F0C7 color.


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

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

This text has shadow with #42F0C7 primary color and red secondary color.


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

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

This text has shadow with #42F0C7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #42F0C7.

Preview

Color preview on black background

This text has color #42F0C7 on black background.


Color preview on white background

This text has color #42F0C7 on white background.


Black color preview on #42F0C7 background

This text has black color on #42F0C7 background.


White color preview on #42F0C7 background

This text has white color on #42F0C7 background.


Related colors

Complementary color

Complementary color for #hex is #BD0F38.


I love getcolorcode.com

Triadic colors

1 #C742F0 and #F0C742 with #42F0C7 are triadic colors.

2 #C7F042 and #F042C7 with #42F0C7 are triadic colors.