Shades of Water Leaf #C0F0E4
Tints of Water Leaf #C0F0E4
RGB
CMYK
RGB Variations
Color information
#C0F0E4 (or 0xC0F0E4) is known color: Water Leaf. HEX triplet: C0, F0 and E4. RGB value is (192,240,228). Sum of RGB (Red+Green+Blue) = 192+240+228=660 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.09% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 228 (89.45% from 255 or 34.55% from 660); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F0E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F0E4 is #3F0F1B. Grayscale: #E0E0E0. Windows color (decimal): -4132636 or 15003840. OLE color: 15003840.
HSL color Cylindrical-coordinate representation of color #C0F0E4: hue angle of 165º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0F0E4 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 228 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.06 |
| HSL | 165º | 0.62% | 0.85% | - |
| HSV(B) | 165º | 0.2% | 0.94% | - |
| XYZ | 66.9 | 79.13 | 85.15 | - |
| YUV | 224.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 228 | 0.20 | 0 | 0.05 | 0.06 | 165 | 0.62 | 0.85 |
| Hex | C0 | F0 | E4 | 14 | 0 | 5 | 6 | A5 | 3E | 55 |
| Octal | 300 | 360 | 344 | 24 | 0 | 5 | 6 | 245 | 76 | 125 |
| Binary | 11000000 | 11110000 | 11100100 | 10100 | 0 | 101 | 110 | 10100101 | 111110 | 1010101 |
Color Harmonies of #C0F0E4
Complementary color
Monochromatic Colors of #C0F0E4
Black with #C0F0E4
Text Example
Text Example
White with #C0F0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F0E4; }
p { color: rgb(192,240,228); }
H1.HeaderClassName
{
color: #C0F0E4;
}
.AnyTagClassName
{
color: #C0F0E4;
}
</style>
background-color css
<style>
a { background-color: #C0F0E4; }
a { background-color: rgb(192,240,228); }
div.DivClassName
{
background-color: #C0F0E4;
}
.BgClassName
{
background-color: #C0F0E4;
}
</style>
border-color css
<style>
span { border-color: #C0F0E4; }
span { border-color: rgb(192,240,228); }
td.TdClassName
{
border-color: #C0F0E4;
}
.TagClassName
{
border-color: #C0F0E4;
}
</style>