Shades of Jagged Ice #C0E7E2
Tints of Jagged Ice #C0E7E2
RGB
CMYK
RGB Variations
Color information
#C0E7E2 (or 0xC0E7E2) is known color: Jagged Ice. HEX triplet: C0, E7 and E2. RGB value is (192,231,226). Sum of RGB (Red+Green+Blue) = 192+231+226=649 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.58% from 649); Green value is 231 (90.62% from 255 or 35.59% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E7E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0E7E2 is #3F181D. Grayscale: #DADADA. Windows color (decimal): -4134942 or 14870464. OLE color: 14870464.
HSL color Cylindrical-coordinate representation of color #C0E7E2: hue angle of 172.31º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0E7E2 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
RGB | 192 | 231 | 226 | - |
CMYK | 0.17 | 0 | 0.02 | 0.09 |
HSL | 172.31º | 0.45% | 0.83% | - |
HSV(B) | 172.31º | 0.17% | 0.91% | - |
XYZ | 64.04 | 73.85 | 82.83 | - |
YUV | 218.77 | 132.08 | 108.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 231 | 226 | 0.17 | 0 | 0.02 | 0.09 | 172.31 | 0.45 | 0.83 |
Hex | C0 | E7 | E2 | 11 | 0 | 2 | 9 | AC | 2D | 53 |
Octal | 300 | 347 | 342 | 21 | 0 | 2 | 11 | 254 | 55 | 123 |
Binary | 11000000 | 11100111 | 11100010 | 10001 | 0 | 10 | 1001 | 10101100 | 101101 | 1010011 |
Color Harmonies of #C0E7E2
Complementary color
Monochromatic Colors of #C0E7E2
Black with #C0E7E2
Text Example
Text Example
White with #C0E7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E7E2; }
p { color: rgb(192,231,226); }
H1.HeaderClassName
{
color: #C0E7E2;
}
.AnyTagClassName
{
color: #C0E7E2;
}
</style>
background-color css
<style>
a { background-color: #C0E7E2; }
a { background-color: rgb(192,231,226); }
div.DivClassName
{
background-color: #C0E7E2;
}
.BgClassName
{
background-color: #C0E7E2;
}
</style>
border-color css
<style>
span { border-color: #C0E7E2; }
span { border-color: rgb(192,231,226); }
td.TdClassName
{
border-color: #C0E7E2;
}
.TagClassName
{
border-color: #C0E7E2;
}
</style>