Shades of Water Leaf #C0F7EC
Tints of Water Leaf #C0F7EC
RGB
CMYK
RGB Variations
Color information
#C0F7EC (or 0xC0F7EC) is known color: Water Leaf. HEX triplet: C0, F7 and EC. RGB value is (192,247,236). Sum of RGB (Red+Green+Blue) = 192+247+236=675 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.44% from 675); Green value is 247 (96.88% from 255 or 36.59% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F7EC is #3F0813. Grayscale: #E5E5E5. Windows color (decimal): -4130836 or 15529920. OLE color: 15529920.
HSL color Cylindrical-coordinate representation of color #C0F7EC: hue angle of 168º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F7EC is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 247 | 236 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.03 |
| HSL | 168º | 0.77% | 0.86% | - |
| HSV(B) | 168º | 0.22% | 0.97% | - |
| XYZ | 70.14 | 83.78 | 91.83 | - |
| YUV | 229.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 236 | 0.22 | 0 | 0.04 | 0.03 | 168 | 0.77 | 0.86 |
| Hex | C0 | F7 | EC | 16 | 0 | 4 | 3 | A8 | 4D | 56 |
| Octal | 300 | 367 | 354 | 26 | 0 | 4 | 3 | 250 | 115 | 126 |
| Binary | 11000000 | 11110111 | 11101100 | 10110 | 0 | 100 | 11 | 10101000 | 1001101 | 1010110 |
Color Harmonies of #C0F7EC
Complementary color
Monochromatic Colors of #C0F7EC
Black with #C0F7EC
Text Example
Text Example
White with #C0F7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F7EC; }
p { color: rgb(192,247,236); }
H1.HeaderClassName
{
color: #C0F7EC;
}
.AnyTagClassName
{
color: #C0F7EC;
}
</style>
background-color css
<style>
a { background-color: #C0F7EC; }
a { background-color: rgb(192,247,236); }
div.DivClassName
{
background-color: #C0F7EC;
}
.BgClassName
{
background-color: #C0F7EC;
}
</style>
border-color css
<style>
span { border-color: #C0F7EC; }
span { border-color: rgb(192,247,236); }
td.TdClassName
{
border-color: #C0F7EC;
}
.TagClassName
{
border-color: #C0F7EC;
}
</style>