Shades of Water Leaf #C0F6EA
Tints of Water Leaf #C0F6EA
RGB
CMYK
RGB Variations
Color information
#C0F6EA (or 0xC0F6EA) is known color: Water Leaf. HEX triplet: C0, F6 and EA. RGB value is (192,246,234). Sum of RGB (Red+Green+Blue) = 192+246+234=672 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.57% from 672); Green value is 246 (96.48% from 255 or 36.61% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F6EA is #3F0915. Grayscale: #E4E4E4. Windows color (decimal): -4131094 or 15398592. OLE color: 15398592.
HSL color Cylindrical-coordinate representation of color #C0F6EA: hue angle of 166.67º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F6EA is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 246 | 234 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.04 |
| HSL | 166.67º | 0.75% | 0.86% | - |
| HSV(B) | 166.67º | 0.22% | 0.96% | - |
| XYZ | 69.55 | 83.06 | 90.21 | - |
| YUV | 228.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 246 | 234 | 0.22 | 0 | 0.05 | 0.04 | 166.67 | 0.75 | 0.86 |
| Hex | C0 | F6 | EA | 16 | 0 | 5 | 4 | A7 | 4B | 56 |
| Octal | 300 | 366 | 352 | 26 | 0 | 5 | 4 | 247 | 113 | 126 |
| Binary | 11000000 | 11110110 | 11101010 | 10110 | 0 | 101 | 100 | 10100111 | 1001011 | 1010110 |
Color Harmonies of #C0F6EA
Complementary color
Monochromatic Colors of #C0F6EA
Black with #C0F6EA
Text Example
Text Example
White with #C0F6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F6EA; }
p { color: rgb(192,246,234); }
H1.HeaderClassName
{
color: #C0F6EA;
}
.AnyTagClassName
{
color: #C0F6EA;
}
</style>
background-color css
<style>
a { background-color: #C0F6EA; }
a { background-color: rgb(192,246,234); }
div.DivClassName
{
background-color: #C0F6EA;
}
.BgClassName
{
background-color: #C0F6EA;
}
</style>
border-color css
<style>
span { border-color: #C0F6EA; }
span { border-color: rgb(192,246,234); }
td.TdClassName
{
border-color: #C0F6EA;
}
.TagClassName
{
border-color: #C0F6EA;
}
</style>