Shades of Water Leaf #C0F2E5
Tints of Water Leaf #C0F2E5
RGB
CMYK
RGB Variations
Color information
#C0F2E5 (or 0xC0F2E5) is known color: Water Leaf. HEX triplet: C0, F2 and E5. RGB value is (192,242,229). Sum of RGB (Red+Green+Blue) = 192+242+229=663 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.96% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 229 (89.84% from 255 or 34.54% from 663); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F2E5 is #3F0D1A. Grayscale: #E1E1E1. Windows color (decimal): -4132123 or 15069888. OLE color: 15069888.
HSL color Cylindrical-coordinate representation of color #C0F2E5: hue angle of 164.4º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F2E5 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 229 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.05 |
| HSL | 164.4º | 0.66% | 0.85% | - |
| HSV(B) | 164.4º | 0.21% | 0.95% | - |
| XYZ | 67.63 | 80.37 | 86.08 | - |
| YUV | 225.57 | 129.94 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 229 | 0.21 | 0 | 0.05 | 0.05 | 164.4 | 0.66 | 0.85 |
| Hex | C0 | F2 | E5 | 15 | 0 | 5 | 5 | A4 | 42 | 55 |
| Octal | 300 | 362 | 345 | 25 | 0 | 5 | 5 | 244 | 102 | 125 |
| Binary | 11000000 | 11110010 | 11100101 | 10101 | 0 | 101 | 101 | 10100100 | 1000010 | 1010101 |
Color Harmonies of #C0F2E5
Complementary color
Monochromatic Colors of #C0F2E5
Black with #C0F2E5
Text Example
Text Example
White with #C0F2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F2E5; }
p { color: rgb(192,242,229); }
H1.HeaderClassName
{
color: #C0F2E5;
}
.AnyTagClassName
{
color: #C0F2E5;
}
</style>
background-color css
<style>
a { background-color: #C0F2E5; }
a { background-color: rgb(192,242,229); }
div.DivClassName
{
background-color: #C0F2E5;
}
.BgClassName
{
background-color: #C0F2E5;
}
</style>
border-color css
<style>
span { border-color: #C0F2E5; }
span { border-color: rgb(192,242,229); }
td.TdClassName
{
border-color: #C0F2E5;
}
.TagClassName
{
border-color: #C0F2E5;
}
</style>