Shades of Jagged Ice #C0F3EC
Tints of Jagged Ice #C0F3EC
RGB
CMYK
RGB Variations
Color information
#C0F3EC (or 0xC0F3EC) is known color: Jagged Ice. HEX triplet: C0, F3 and EC. RGB value is (192,243,236). Sum of RGB (Red+Green+Blue) = 192+243+236=671 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.61% from 671); Green value is 243 (95.31% from 255 or 36.21% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F3EC is #3F0C13. Grayscale: #E2E2E2. Windows color (decimal): -4131860 or 15528896. OLE color: 15528896.
HSL color Cylindrical-coordinate representation of color #C0F3EC: hue angle of 171.76º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F3EC is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 236 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.05 |
| HSL | 171.76º | 0.68% | 0.85% | - |
| HSV(B) | 171.76º | 0.21% | 0.95% | - |
| XYZ | 68.93 | 81.36 | 91.43 | - |
| YUV | 226.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 236 | 0.21 | 0 | 0.03 | 0.05 | 171.76 | 0.68 | 0.85 |
| Hex | C0 | F3 | EC | 15 | 0 | 3 | 5 | AC | 44 | 55 |
| Octal | 300 | 363 | 354 | 25 | 0 | 3 | 5 | 254 | 104 | 125 |
| Binary | 11000000 | 11110011 | 11101100 | 10101 | 0 | 11 | 101 | 10101100 | 1000100 | 1010101 |
Color Harmonies of #C0F3EC
Complementary color
Monochromatic Colors of #C0F3EC
Black with #C0F3EC
Text Example
Text Example
White with #C0F3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F3EC; }
p { color: rgb(192,243,236); }
H1.HeaderClassName
{
color: #C0F3EC;
}
.AnyTagClassName
{
color: #C0F3EC;
}
</style>
background-color css
<style>
a { background-color: #C0F3EC; }
a { background-color: rgb(192,243,236); }
div.DivClassName
{
background-color: #C0F3EC;
}
.BgClassName
{
background-color: #C0F3EC;
}
</style>
border-color css
<style>
span { border-color: #C0F3EC; }
span { border-color: rgb(192,243,236); }
td.TdClassName
{
border-color: #C0F3EC;
}
.TagClassName
{
border-color: #C0F3EC;
}
</style>