Shades of Water Leaf #C0F4E8
Tints of Water Leaf #C0F4E8
RGB
CMYK
RGB Variations
Color information
#C0F4E8 (or 0xC0F4E8) is known color: Water Leaf. HEX triplet: C0, F4 and E8. RGB value is (192,244,232). Sum of RGB (Red+Green+Blue) = 192+244+232=668 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.74% from 668); Green value is 244 (95.70% from 255 or 36.53% from 668); Blue value is 232 (91.02% from 255 or 34.73% from 668); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F4E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F4E8 is #3F0B17. Grayscale: #E3E3E3. Windows color (decimal): -4131608 or 15267008. OLE color: 15267008.
HSL color Cylindrical-coordinate representation of color #C0F4E8: hue angle of 166.15º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F4E8 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 244 | 232 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.04 |
| HSL | 166.15º | 0.7% | 0.85% | - |
| HSV(B) | 166.15º | 0.21% | 0.96% | - |
| XYZ | 68.65 | 81.73 | 88.5 | - |
| YUV | 227.08 | 130.77 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 232 | 0.21 | 0 | 0.05 | 0.04 | 166.15 | 0.7 | 0.85 |
| Hex | C0 | F4 | E8 | 15 | 0 | 5 | 4 | A6 | 46 | 55 |
| Octal | 300 | 364 | 350 | 25 | 0 | 5 | 4 | 246 | 106 | 125 |
| Binary | 11000000 | 11110100 | 11101000 | 10101 | 0 | 101 | 100 | 10100110 | 1000110 | 1010101 |
Color Harmonies of #C0F4E8
Complementary color
Monochromatic Colors of #C0F4E8
Black with #C0F4E8
Text Example
Text Example
White with #C0F4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F4E8; }
p { color: rgb(192,244,232); }
H1.HeaderClassName
{
color: #C0F4E8;
}
.AnyTagClassName
{
color: #C0F4E8;
}
</style>
background-color css
<style>
a { background-color: #C0F4E8; }
a { background-color: rgb(192,244,232); }
div.DivClassName
{
background-color: #C0F4E8;
}
.BgClassName
{
background-color: #C0F4E8;
}
</style>
border-color css
<style>
span { border-color: #C0F4E8; }
span { border-color: rgb(192,244,232); }
td.TdClassName
{
border-color: #C0F4E8;
}
.TagClassName
{
border-color: #C0F4E8;
}
</style>