Shades of Jungle Mist #ABCCCE
Tints of Jungle Mist #ABCCCE
RGB
CMYK
RGB Variations
Color information
#ABCCCE (or 0xABCCCE) is known color: Jungle Mist. HEX triplet: AB, CC and CE. RGB value is (171,204,206). Sum of RGB (Red+Green+Blue) = 171+204+206=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABCCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCCE is #543331. Grayscale: #C2C2C2. Windows color (decimal): -5518130 or 13552811. OLE color: 13552811.
HSL color Cylindrical-coordinate representation of color #ABCCCE: hue angle of 183.43º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCCCE is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 204 | 206 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.19 |
| HSL | 183.43º | 0.26% | 0.74% | - |
| HSV(B) | 183.43º | 0.17% | 0.81% | - |
| XYZ | 49.53 | 56.3 | 66.65 | - |
| YUV | 194.36 | 134.57 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 206 | 0.17 | 0.01 | 0 | 0.19 | 183.43 | 0.26 | 0.74 |
| Hex | AB | CC | CE | 11 | 1 | 0 | 13 | B7 | 1A | 4A |
| Octal | 253 | 314 | 316 | 21 | 1 | 0 | 23 | 267 | 32 | 112 |
| Binary | 10101011 | 11001100 | 11001110 | 10001 | 1 | 0 | 10011 | 10110111 | 11010 | 1001010 |
Color Harmonies of #ABCCCE
Complementary color
Monochromatic Colors of #ABCCCE
Black with #ABCCCE
Text Example
Text Example
White with #ABCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCCCE; }
p { color: rgb(171,204,206); }
H1.HeaderClassName
{
color: #ABCCCE;
}
.AnyTagClassName
{
color: #ABCCCE;
}
</style>
background-color css
<style>
a { background-color: #ABCCCE; }
a { background-color: rgb(171,204,206); }
div.DivClassName
{
background-color: #ABCCCE;
}
.BgClassName
{
background-color: #ABCCCE;
}
</style>
border-color css
<style>
span { border-color: #ABCCCE; }
span { border-color: rgb(171,204,206); }
td.TdClassName
{
border-color: #ABCCCE;
}
.TagClassName
{
border-color: #ABCCCE;
}
</style>