Shades of Jagged Ice #C0F5EB
Tints of Jagged Ice #C0F5EB
RGB
CMYK
RGB Variations
Color information
#C0F5EB (or 0xC0F5EB) is known color: Jagged Ice. HEX triplet: C0, F5 and EB. RGB value is (192,245,235). Sum of RGB (Red+Green+Blue) = 192+245+235=672 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.57% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F5EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F5EB is #3F0A14. Grayscale: #E3E3E3. Windows color (decimal): -4131349 or 15463872. OLE color: 15463872.
HSL color Cylindrical-coordinate representation of color #C0F5EB: hue angle of 168.68º degrees, saturation: 0.73, 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 #C0F5EB is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 245 | 235 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.04 |
| HSL | 168.68º | 0.73% | 0.86% | - |
| HSV(B) | 168.68º | 0.22% | 0.96% | - |
| XYZ | 69.39 | 82.51 | 90.87 | - |
| YUV | 228.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 245 | 235 | 0.22 | 0 | 0.04 | 0.04 | 168.68 | 0.73 | 0.86 |
| Hex | C0 | F5 | EB | 16 | 0 | 4 | 4 | A9 | 49 | 56 |
| Octal | 300 | 365 | 353 | 26 | 0 | 4 | 4 | 251 | 111 | 126 |
| Binary | 11000000 | 11110101 | 11101011 | 10110 | 0 | 100 | 100 | 10101001 | 1001001 | 1010110 |
Color Harmonies of #C0F5EB
Complementary color
Monochromatic Colors of #C0F5EB
Black with #C0F5EB
Text Example
Text Example
White with #C0F5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F5EB; }
p { color: rgb(192,245,235); }
H1.HeaderClassName
{
color: #C0F5EB;
}
.AnyTagClassName
{
color: #C0F5EB;
}
</style>
background-color css
<style>
a { background-color: #C0F5EB; }
a { background-color: rgb(192,245,235); }
div.DivClassName
{
background-color: #C0F5EB;
}
.BgClassName
{
background-color: #C0F5EB;
}
</style>
border-color css
<style>
span { border-color: #C0F5EB; }
span { border-color: rgb(192,245,235); }
td.TdClassName
{
border-color: #C0F5EB;
}
.TagClassName
{
border-color: #C0F5EB;
}
</style>