Shades of Water Leaf #C0EDE2
Tints of Water Leaf #C0EDE2
RGB
CMYK
RGB Variations
Color information
#C0EDE2 (or 0xC0EDE2) is known color: Water Leaf. HEX triplet: C0, ED and E2. RGB value is (192,237,226). Sum of RGB (Red+Green+Blue) = 192+237+226=655 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.31% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EDE2 is #3F121D. Grayscale: #DEDEDE. Windows color (decimal): -4133406 or 14872000. OLE color: 14872000.
HSL color Cylindrical-coordinate representation of color #C0EDE2: hue angle of 165.33º 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 #C0EDE2 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 237 | 226 | - |
CMYK | 0.19 | 0 | 0.05 | 0.07 |
HSL | 165.33º | 0.56% | 0.84% | - |
HSV(B) | 165.33º | 0.19% | 0.93% | - |
XYZ | 65.75 | 77.27 | 83.4 | - |
YUV | 222.29 | 130.09 | 106.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 237 | 226 | 0.19 | 0 | 0.05 | 0.07 | 165.33 | 0.56 | 0.84 |
Hex | C0 | ED | E2 | 13 | 0 | 5 | 7 | A5 | 38 | 54 |
Octal | 300 | 355 | 342 | 23 | 0 | 5 | 7 | 245 | 70 | 124 |
Binary | 11000000 | 11101101 | 11100010 | 10011 | 0 | 101 | 111 | 10100101 | 111000 | 1010100 |
Color Harmonies of #C0EDE2
Complementary color
Monochromatic Colors of #C0EDE2
Black with #C0EDE2
Text Example
Text Example
White with #C0EDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EDE2; }
p { color: rgb(192,237,226); }
H1.HeaderClassName
{
color: #C0EDE2;
}
.AnyTagClassName
{
color: #C0EDE2;
}
</style>
background-color css
<style>
a { background-color: #C0EDE2; }
a { background-color: rgb(192,237,226); }
div.DivClassName
{
background-color: #C0EDE2;
}
.BgClassName
{
background-color: #C0EDE2;
}
</style>
border-color css
<style>
span { border-color: #C0EDE2; }
span { border-color: rgb(192,237,226); }
td.TdClassName
{
border-color: #C0EDE2;
}
.TagClassName
{
border-color: #C0EDE2;
}
</style>