Shades of Jungle Mist #ABC6C6
Tints of Jungle Mist #ABC6C6
RGB
CMYK
RGB Variations
Color information
#ABC6C6 (or 0xABC6C6) is known color: Jungle Mist. HEX triplet: AB, C6 and C6. RGB value is (171,198,198). Sum of RGB (Red+Green+Blue) = 171+198+198=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 198 - color contains mainly: green, blue. Hex color #ABC6C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6C6 is #543939. Grayscale: #BDBDBD. Windows color (decimal): -5519674 or 13026987. OLE color: 13026987.
HSL color Cylindrical-coordinate representation of color #ABC6C6: hue angle of 180º 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 #ABC6C6 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 198 | - |
| CMYK | 0.14 | 0 | 0 | 0.22 |
| HSL | 180º | 0.19% | 0.72% | - |
| HSV(B) | 180º | 0.14% | 0.78% | - |
| XYZ | 47.18 | 53.12 | 61.19 | - |
| YUV | 189.93 | 132.55 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 198 | 0.14 | 0 | 0 | 0.22 | 180 | 0.19 | 0.72 |
| Hex | AB | C6 | C6 | E | 0 | 0 | 16 | B4 | 13 | 48 |
| Octal | 253 | 306 | 306 | 16 | 0 | 0 | 26 | 264 | 23 | 110 |
| Binary | 10101011 | 11000110 | 11000110 | 1110 | 0 | 0 | 10110 | 10110100 | 10011 | 1001000 |
Color Harmonies of #ABC6C6
Complementary color
Monochromatic Colors of #ABC6C6
Black with #ABC6C6
Text Example
Text Example
White with #ABC6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC6C6; }
p { color: rgb(171,198,198); }
H1.HeaderClassName
{
color: #ABC6C6;
}
.AnyTagClassName
{
color: #ABC6C6;
}
</style>
background-color css
<style>
a { background-color: #ABC6C6; }
a { background-color: rgb(171,198,198); }
div.DivClassName
{
background-color: #ABC6C6;
}
.BgClassName
{
background-color: #ABC6C6;
}
</style>
border-color css
<style>
span { border-color: #ABC6C6; }
span { border-color: rgb(171,198,198); }
td.TdClassName
{
border-color: #ABC6C6;
}
.TagClassName
{
border-color: #ABC6C6;
}
</style>