Shades of Water Leaf #C0E5DC
Tints of Water Leaf #C0E5DC
RGB
CMYK
RGB Variations
Color information
#C0E5DC (or 0xC0E5DC) is known color: Water Leaf. HEX triplet: C0, E5 and DC. RGB value is (192,229,220). Sum of RGB (Red+Green+Blue) = 192+229+220=641 (84% of max value = 765). Red value is 192 (75.39% from 255 or 29.95% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E5DC is #3F1A23. Grayscale: #D8D8D8. Windows color (decimal): -4135460 or 14476736. OLE color: 14476736.
HSL color Cylindrical-coordinate representation of color #C0E5DC: hue angle of 165.41º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0E5DC is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 192 | 229 | 220 | - |
CMYK | 0.16 | 0 | 0.04 | 0.10 |
HSL | 165.41º | 0.42% | 0.83% | - |
HSV(B) | 165.41º | 0.16% | 0.9% | - |
XYZ | 62.68 | 72.41 | 78.38 | - |
YUV | 216.91 | 129.74 | 110.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 229 | 220 | 0.16 | 0 | 0.04 | 0.10 | 165.41 | 0.42 | 0.83 |
Hex | C0 | E5 | DC | 10 | 0 | 4 | A | A5 | 2A | 53 |
Octal | 300 | 345 | 334 | 20 | 0 | 4 | 12 | 245 | 52 | 123 |
Binary | 11000000 | 11100101 | 11011100 | 10000 | 0 | 100 | 1010 | 10100101 | 101010 | 1010011 |
Color Harmonies of #C0E5DC
Complementary color
Monochromatic Colors of #C0E5DC
Black with #C0E5DC
Text Example
Text Example
White with #C0E5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E5DC; }
p { color: rgb(192,229,220); }
H1.HeaderClassName
{
color: #C0E5DC;
}
.AnyTagClassName
{
color: #C0E5DC;
}
</style>
background-color css
<style>
a { background-color: #C0E5DC; }
a { background-color: rgb(192,229,220); }
div.DivClassName
{
background-color: #C0E5DC;
}
.BgClassName
{
background-color: #C0E5DC;
}
</style>
border-color css
<style>
span { border-color: #C0E5DC; }
span { border-color: rgb(192,229,220); }
td.TdClassName
{
border-color: #C0E5DC;
}
.TagClassName
{
border-color: #C0E5DC;
}
</style>