Shades of Jungle Mist #ABC5C6
Tints of Jungle Mist #ABC5C6
RGB
CMYK
RGB Variations
Color information
#ABC5C6 (or 0xABC5C6) is known color: Jungle Mist. HEX triplet: AB, C5 and C6. RGB value is (171,197,198). Sum of RGB (Red+Green+Blue) = 171+197+198=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 198 - color contains mainly: blue. Hex color #ABC5C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5C6 is #543A39. Grayscale: #BDBDBD. Windows color (decimal): -5519930 or 13026731. OLE color: 13026731.
HSL color Cylindrical-coordinate representation of color #ABC5C6: hue angle of 182.22º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC5C6 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 197 | 198 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.22 |
| HSL | 182.22º | 0.19% | 0.72% | - |
| HSV(B) | 182.22º | 0.14% | 0.78% | - |
| XYZ | 46.95 | 52.67 | 61.12 | - |
| YUV | 189.34 | 132.89 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 198 | 0.14 | 0.01 | 0 | 0.22 | 182.22 | 0.19 | 0.72 |
| Hex | AB | C5 | C6 | E | 1 | 0 | 16 | B6 | 13 | 48 |
| Octal | 253 | 305 | 306 | 16 | 1 | 0 | 26 | 266 | 23 | 110 |
| Binary | 10101011 | 11000101 | 11000110 | 1110 | 1 | 0 | 10110 | 10110110 | 10011 | 1001000 |
Color Harmonies of #ABC5C6
Complementary color
Monochromatic Colors of #ABC5C6
Black with #ABC5C6
Text Example
Text Example
White with #ABC5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC5C6; }
p { color: rgb(171,197,198); }
H1.HeaderClassName
{
color: #ABC5C6;
}
.AnyTagClassName
{
color: #ABC5C6;
}
</style>
background-color css
<style>
a { background-color: #ABC5C6; }
a { background-color: rgb(171,197,198); }
div.DivClassName
{
background-color: #ABC5C6;
}
.BgClassName
{
background-color: #ABC5C6;
}
</style>
border-color css
<style>
span { border-color: #ABC5C6; }
span { border-color: rgb(171,197,198); }
td.TdClassName
{
border-color: #ABC5C6;
}
.TagClassName
{
border-color: #ABC5C6;
}
</style>