COLOR #C0F2C5

HEX: #C0F2C5 RGB: (192,242,197)

Color info

#C0F2C5 contains red, green and blue colors in about the same proportion. Web safe color of #C0F2C5 is #CCFFCC (or #CFC).

RGB color model

#C0F2C5 color RGB value is (192,242,197).

RGB: (192,242,197) (75%, 95%, 77%)

RGB channels and saturation

R 192 of 255 = 75%
G 242 of 255 = 95%
B 197 of 255 = 77%

192
242
197

R + G + B ~ 82%. #C0F2C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 242 + 197 = 631 (100%)
R 192 of 631 ~ 30.43%
G 242 of 631 ~ 38.35%
B 197 of 631 ~ 31.22'%

%30.43
%38.35
%31.22

CMYK color model

#C0F2C5 color CMYK value is (21,0,19,5).

  • cyan value is 20.66%
  • magenta value is 0.00%
  • yellow value is 18.60%
  • key color value is 5.10%

CMYK: (21,0,19,5)
C21M0Y19K5 (21%, 0%, 19%, 5%)
(0.21 / 0.00 / 0.19 / 0.05)

CMYK percentages

%20.66
%0
%18.6
%5.1

Codes

Color #C0F2C5 in popluar color models

C0 F2 C5
RGB 192 242 197
HSL 126° 65.79% 85.10%
HSB/HSV 126° 20.66% 94.90%
CMYK 20.66% 0.00% 18.60%
5.10%

Color #C0F2C5 in popluar number systems.

HEX C0 F2 C5
Decimal 192 242 197
Binary 11000000 11110010 11000101
Octal 300 362 305

Shades and tints

Shades of #C0F2C5

#C0F2C5
(192,242,197)
#AFDCB4
(175,220,180)
#9EC6A3
(158,198,163)
#8DB092
(141,176,146)
#7C9A81
(124,154,129)
#6B8470
(107,132,112)
#5A6E5F
(90,110,95)
#49584E
(73,88,78)
#38423D
(56,66,61)
#272C2C
(39,44,44)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #C0F2C5

#C0F2C5
(192,242,197)
#C5F3CA
(197,243,202)
#CAF4CF
(202,244,207)
#CFF5D4
(207,245,212)
#D4F6D9
(212,246,217)
#D9F7DE
(217,247,222)
#DEF8E3
(222,248,227)
#E3F9E8
(227,249,232)
#E8FAED
(232,250,237)
#EDFBF2
(237,251,242)
#F2FCF7
(242,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0F2C5 color. Also use rgb(192,242,197) instead hex code.

Text Font Color

.myTextColor { color: #C0F2C5; }

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

This text font color is #C0F2C5.

Background Color

.myBgColor { background-color: #C0F2C5; }

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

This div background color is #C0F2C5.

Border color

.myBorderColor { border: 1px solid #C0F2C5; }

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

This div border color is #C0F2C5.

Opacity

.myOpacity80 { color: #C0F2C5; opacity: 0.8; }

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

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

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

This text has shadow with #C0F2C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0F2C5.

Preview

Color preview on black background

This text has color #C0F2C5 on black background.


Color preview on white background

This text has color #C0F2C5 on white background.


Black color preview on #C0F2C5 background

This text has black color on #C0F2C5 background.


White color preview on #C0F2C5 background

This text has white color on #C0F2C5 background.


Related colors

Complementary color

Complementary color for #hex is #3F0D3A.


I love getcolorcode.com

Triadic colors

1 #C5C0F2 and #F2C5C0 with #C0F2C5 are triadic colors.

2 #C5F2C0 and #F2C0C5 with #C0F2C5 are triadic colors.