Shades of Water Leaf #C0EBE0
Tints of Water Leaf #C0EBE0
RGB
CMYK
RGB Variations
Color information
#C0EBE0 (or 0xC0EBE0) is known color: Water Leaf. HEX triplet: C0, EB and E0. RGB value is (192,235,224). Sum of RGB (Red+Green+Blue) = 192+235+224=651 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.49% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EBE0 is #3F141F. Grayscale: #DCDCDC. Windows color (decimal): -4133920 or 14740416. OLE color: 14740416.
HSL color Cylindrical-coordinate representation of color #C0EBE0: hue angle of 164.65º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0EBE0 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 235 | 224 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.08 |
| HSL | 164.65º | 0.52% | 0.84% | - |
| HSV(B) | 164.65º | 0.18% | 0.92% | - |
| XYZ | 64.9 | 76 | 81.77 | - |
| YUV | 220.89 | 129.75 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 224 | 0.18 | 0 | 0.05 | 0.08 | 164.65 | 0.52 | 0.84 |
| Hex | C0 | EB | E0 | 12 | 0 | 5 | 8 | A5 | 34 | 54 |
| Octal | 300 | 353 | 340 | 22 | 0 | 5 | 10 | 245 | 64 | 124 |
| Binary | 11000000 | 11101011 | 11100000 | 10010 | 0 | 101 | 1000 | 10100101 | 110100 | 1010100 |
Color Harmonies of #C0EBE0
Complementary color
Monochromatic Colors of #C0EBE0
Black with #C0EBE0
Text Example
Text Example
White with #C0EBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EBE0; }
p { color: rgb(192,235,224); }
H1.HeaderClassName
{
color: #C0EBE0;
}
.AnyTagClassName
{
color: #C0EBE0;
}
</style>
background-color css
<style>
a { background-color: #C0EBE0; }
a { background-color: rgb(192,235,224); }
div.DivClassName
{
background-color: #C0EBE0;
}
.BgClassName
{
background-color: #C0EBE0;
}
</style>
border-color css
<style>
span { border-color: #C0EBE0; }
span { border-color: rgb(192,235,224); }
td.TdClassName
{
border-color: #C0EBE0;
}
.TagClassName
{
border-color: #C0EBE0;
}
</style>