Shades of Water Leaf #C0F0E6
Tints of Water Leaf #C0F0E6
RGB
CMYK
RGB Variations
Color information
#C0F0E6 (or 0xC0F0E6) is known color: Water Leaf. HEX triplet: C0, F0 and E6. RGB value is (192,240,230). Sum of RGB (Red+Green+Blue) = 192+240+230=662 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.00% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F0E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F0E6 is #3F0F19. Grayscale: #E0E0E0. Windows color (decimal): -4132634 or 15134912. OLE color: 15134912.
HSL color Cylindrical-coordinate representation of color #C0F0E6: hue angle of 167.5º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0F0E6 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 230 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.06 |
| HSL | 167.5º | 0.62% | 0.85% | - |
| HSV(B) | 167.5º | 0.2% | 0.94% | - |
| XYZ | 67.18 | 79.24 | 86.62 | - |
| YUV | 224.51 | 131.1 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 230 | 0.20 | 0 | 0.04 | 0.06 | 167.5 | 0.62 | 0.85 |
| Hex | C0 | F0 | E6 | 14 | 0 | 4 | 6 | A8 | 3E | 55 |
| Octal | 300 | 360 | 346 | 24 | 0 | 4 | 6 | 250 | 76 | 125 |
| Binary | 11000000 | 11110000 | 11100110 | 10100 | 0 | 100 | 110 | 10101000 | 111110 | 1010101 |
Color Harmonies of #C0F0E6
Complementary color
Monochromatic Colors of #C0F0E6
Black with #C0F0E6
Text Example
Text Example
White with #C0F0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F0E6; }
p { color: rgb(192,240,230); }
H1.HeaderClassName
{
color: #C0F0E6;
}
.AnyTagClassName
{
color: #C0F0E6;
}
</style>
background-color css
<style>
a { background-color: #C0F0E6; }
a { background-color: rgb(192,240,230); }
div.DivClassName
{
background-color: #C0F0E6;
}
.BgClassName
{
background-color: #C0F0E6;
}
</style>
border-color css
<style>
span { border-color: #C0F0E6; }
span { border-color: rgb(192,240,230); }
td.TdClassName
{
border-color: #C0F0E6;
}
.TagClassName
{
border-color: #C0F0E6;
}
</style>