Shades of Water Leaf #C0F4E6
Tints of Water Leaf #C0F4E6
RGB
CMYK
RGB Variations
Color information
#C0F4E6 (or 0xC0F4E6) is known color: Water Leaf. HEX triplet: C0, F4 and E6. RGB value is (192,244,230). Sum of RGB (Red+Green+Blue) = 192+244+230=666 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.83% from 666); Green value is 244 (95.70% from 255 or 36.64% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F4E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F4E6 is #3F0B19. Grayscale: #E2E2E2. Windows color (decimal): -4131610 or 15135936. OLE color: 15135936.
HSL color Cylindrical-coordinate representation of color #C0F4E6: hue angle of 163.85º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F4E6 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 244 | 230 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.04 |
| HSL | 163.85º | 0.7% | 0.85% | - |
| HSV(B) | 163.85º | 0.21% | 0.96% | - |
| XYZ | 68.37 | 81.62 | 87.01 | - |
| YUV | 226.86 | 129.77 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 230 | 0.21 | 0 | 0.06 | 0.04 | 163.85 | 0.7 | 0.85 |
| Hex | C0 | F4 | E6 | 15 | 0 | 6 | 4 | A4 | 46 | 55 |
| Octal | 300 | 364 | 346 | 25 | 0 | 6 | 4 | 244 | 106 | 125 |
| Binary | 11000000 | 11110100 | 11100110 | 10101 | 0 | 110 | 100 | 10100100 | 1000110 | 1010101 |
Color Harmonies of #C0F4E6
Complementary color
Monochromatic Colors of #C0F4E6
Black with #C0F4E6
Text Example
Text Example
White with #C0F4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F4E6; }
p { color: rgb(192,244,230); }
H1.HeaderClassName
{
color: #C0F4E6;
}
.AnyTagClassName
{
color: #C0F4E6;
}
</style>
background-color css
<style>
a { background-color: #C0F4E6; }
a { background-color: rgb(192,244,230); }
div.DivClassName
{
background-color: #C0F4E6;
}
.BgClassName
{
background-color: #C0F4E6;
}
</style>
border-color css
<style>
span { border-color: #C0F4E6; }
span { border-color: rgb(192,244,230); }
td.TdClassName
{
border-color: #C0F4E6;
}
.TagClassName
{
border-color: #C0F4E6;
}
</style>