Shades of Water Leaf #C0EDE1
Tints of Water Leaf #C0EDE1
RGB
CMYK
RGB Variations
Color information
#C0EDE1 (or 0xC0EDE1) is known color: Water Leaf. HEX triplet: C0, ED and E1. RGB value is (192,237,225). Sum of RGB (Red+Green+Blue) = 192+237+225=654 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.36% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EDE1 is #3F121E. Grayscale: #DEDEDE. Windows color (decimal): -4133407 or 14806464. OLE color: 14806464.
HSL color Cylindrical-coordinate representation of color #C0EDE1: hue angle of 164º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0EDE1 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 237 | 225 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.07 |
| HSL | 164º | 0.56% | 0.84% | - |
| HSV(B) | 164º | 0.19% | 0.93% | - |
| XYZ | 65.61 | 77.21 | 82.68 | - |
| YUV | 222.18 | 129.59 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 225 | 0.19 | 0 | 0.05 | 0.07 | 164 | 0.56 | 0.84 |
| Hex | C0 | ED | E1 | 13 | 0 | 5 | 7 | A4 | 38 | 54 |
| Octal | 300 | 355 | 341 | 23 | 0 | 5 | 7 | 244 | 70 | 124 |
| Binary | 11000000 | 11101101 | 11100001 | 10011 | 0 | 101 | 111 | 10100100 | 111000 | 1010100 |
Color Harmonies of #C0EDE1
Complementary color
Monochromatic Colors of #C0EDE1
Black with #C0EDE1
Text Example
Text Example
White with #C0EDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EDE1; }
p { color: rgb(192,237,225); }
H1.HeaderClassName
{
color: #C0EDE1;
}
.AnyTagClassName
{
color: #C0EDE1;
}
</style>
background-color css
<style>
a { background-color: #C0EDE1; }
a { background-color: rgb(192,237,225); }
div.DivClassName
{
background-color: #C0EDE1;
}
.BgClassName
{
background-color: #C0EDE1;
}
</style>
border-color css
<style>
span { border-color: #C0EDE1; }
span { border-color: rgb(192,237,225); }
td.TdClassName
{
border-color: #C0EDE1;
}
.TagClassName
{
border-color: #C0EDE1;
}
</style>