Shades of Jungle Mist #ABC6CC
Tints of Jungle Mist #ABC6CC
RGB
CMYK
RGB Variations
Color information
#ABC6CC (or 0xABC6CC) is known color: Jungle Mist. HEX triplet: AB, C6 and CC. RGB value is (171,198,204). Sum of RGB (Red+Green+Blue) = 171+198+204=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABC6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6CC is #543933. Grayscale: #BEBEBE. Windows color (decimal): -5519668 or 13420203. OLE color: 13420203.
HSL color Cylindrical-coordinate representation of color #ABC6CC: hue angle of 190.91º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABC6CC is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 171 | 198 | 204 | - |
CMYK | 0.16 | 0.03 | 0 | 0.2 |
HSL | 190.91º | 0.24% | 0.74% | - |
HSV(B) | 190.91º | 0.16% | 0.8% | - |
XYZ | 47.89 | 53.41 | 64.91 | - |
YUV | 190.61 | 135.55 | 114.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 198 | 204 | 0.16 | 0.03 | 0 | 0.2 | 190.91 | 0.24 | 0.74 |
Hex | AB | C6 | CC | 10 | 3 | 0 | 14 | BF | 18 | 4A |
Octal | 253 | 306 | 314 | 20 | 3 | 0 | 24 | 277 | 30 | 112 |
Binary | 10101011 | 11000110 | 11001100 | 10000 | 11 | 0 | 10100 | 10111111 | 11000 | 1001010 |
Color Harmonies of #ABC6CC
Complementary color
Monochromatic Colors of #ABC6CC
Black with #ABC6CC
Text Example
Text Example
White with #ABC6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC6CC; }
p { color: rgb(171,198,204); }
H1.HeaderClassName
{
color: #ABC6CC;
}
.AnyTagClassName
{
color: #ABC6CC;
}
</style>
background-color css
<style>
a { background-color: #ABC6CC; }
a { background-color: rgb(171,198,204); }
div.DivClassName
{
background-color: #ABC6CC;
}
.BgClassName
{
background-color: #ABC6CC;
}
</style>
border-color css
<style>
span { border-color: #ABC6CC; }
span { border-color: rgb(171,198,204); }
td.TdClassName
{
border-color: #ABC6CC;
}
.TagClassName
{
border-color: #ABC6CC;
}
</style>