Shades of Water Leaf #C0F6E8
Tints of Water Leaf #C0F6E8
RGB
CMYK
RGB Variations
Color information
#C0F6E8 (or 0xC0F6E8) is known color: Water Leaf. HEX triplet: C0, F6 and E8. RGB value is (192,246,232). Sum of RGB (Red+Green+Blue) = 192+246+232=670 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.66% from 670); Green value is 246 (96.48% from 255 or 36.72% from 670); Blue value is 232 (91.02% from 255 or 34.63% from 670); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F6E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F6E8 is #3F0917. Grayscale: #E4E4E4. Windows color (decimal): -4131096 or 15267520. OLE color: 15267520.
HSL color Cylindrical-coordinate representation of color #C0F6E8: hue angle of 164.44º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F6E8 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 246 | 232 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.04 |
| HSL | 164.44º | 0.75% | 0.86% | - |
| HSV(B) | 164.44º | 0.22% | 0.96% | - |
| XYZ | 69.26 | 82.94 | 88.7 | - |
| YUV | 228.26 | 130.11 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 246 | 232 | 0.22 | 0 | 0.06 | 0.04 | 164.44 | 0.75 | 0.86 |
| Hex | C0 | F6 | E8 | 16 | 0 | 6 | 4 | A4 | 4B | 56 |
| Octal | 300 | 366 | 350 | 26 | 0 | 6 | 4 | 244 | 113 | 126 |
| Binary | 11000000 | 11110110 | 11101000 | 10110 | 0 | 110 | 100 | 10100100 | 1001011 | 1010110 |
Color Harmonies of #C0F6E8
Complementary color
Monochromatic Colors of #C0F6E8
Black with #C0F6E8
Text Example
Text Example
White with #C0F6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F6E8; }
p { color: rgb(192,246,232); }
H1.HeaderClassName
{
color: #C0F6E8;
}
.AnyTagClassName
{
color: #C0F6E8;
}
</style>
background-color css
<style>
a { background-color: #C0F6E8; }
a { background-color: rgb(192,246,232); }
div.DivClassName
{
background-color: #C0F6E8;
}
.BgClassName
{
background-color: #C0F6E8;
}
</style>
border-color css
<style>
span { border-color: #C0F6E8; }
span { border-color: rgb(192,246,232); }
td.TdClassName
{
border-color: #C0F6E8;
}
.TagClassName
{
border-color: #C0F6E8;
}
</style>