Shades of Jagged Ice #C6E6E2
Tints of Jagged Ice #C6E6E2
RGB
CMYK
RGB Variations
Color information
#C6E6E2 (or 0xC6E6E2) is known color: Jagged Ice. HEX triplet: C6, E6 and E2. RGB value is (198,230,226). Sum of RGB (Red+Green+Blue) = 198+230+226=654 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.28% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 226 (88.67% from 255 or 34.56% from 654); Max value from RGB is 230 - color contains mainly: green. Hex color #C6E6E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6E6E2 is #39191D. Grayscale: #DBDBDB. Windows color (decimal): -3741982 or 14870214. OLE color: 14870214.
HSL color Cylindrical-coordinate representation of color #C6E6E2: hue angle of 172.5º degrees, saturation: 0.39, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6E6E2 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 230 | 226 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.10 |
| HSL | 172.5º | 0.39% | 0.84% | - |
| HSV(B) | 172.5º | 0.14% | 0.9% | - |
| XYZ | 65.31 | 74.09 | 82.81 | - |
| YUV | 219.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 230 | 226 | 0.14 | 0 | 0.02 | 0.10 | 172.5 | 0.39 | 0.84 |
| Hex | C6 | E6 | E2 | E | 0 | 2 | A | AC | 27 | 54 |
| Octal | 306 | 346 | 342 | 16 | 0 | 2 | 12 | 254 | 47 | 124 |
| Binary | 11000110 | 11100110 | 11100010 | 1110 | 0 | 10 | 1010 | 10101100 | 100111 | 1010100 |
Color Harmonies of #C6E6E2
Complementary color
Monochromatic Colors of #C6E6E2
Black with #C6E6E2
Text Example
Text Example
White with #C6E6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E6E2; }
p { color: rgb(198,230,226); }
H1.HeaderClassName
{
color: #C6E6E2;
}
.AnyTagClassName
{
color: #C6E6E2;
}
</style>
background-color css
<style>
a { background-color: #C6E6E2; }
a { background-color: rgb(198,230,226); }
div.DivClassName
{
background-color: #C6E6E2;
}
.BgClassName
{
background-color: #C6E6E2;
}
</style>
border-color css
<style>
span { border-color: #C6E6E2; }
span { border-color: rgb(198,230,226); }
td.TdClassName
{
border-color: #C6E6E2;
}
.TagClassName
{
border-color: #C6E6E2;
}
</style>