Shades of Jungle Mist #ABC6C4
Tints of Jungle Mist #ABC6C4
RGB
CMYK
RGB Variations
Color information
#ABC6C4 (or 0xABC6C4) is known color: Jungle Mist. HEX triplet: AB, C6 and C4. RGB value is (171,198,196). Sum of RGB (Red+Green+Blue) = 171+198+196=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC6C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6C4 is #54393B. Grayscale: #BDBDBD. Windows color (decimal): -5519676 or 12895915. OLE color: 12895915.
HSL color Cylindrical-coordinate representation of color #ABC6C4: hue angle of 175.56º 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 #ABC6C4 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 196 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.22 |
| HSL | 175.56º | 0.19% | 0.72% | - |
| HSV(B) | 175.56º | 0.14% | 0.78% | - |
| XYZ | 46.95 | 53.03 | 59.99 | - |
| YUV | 189.7 | 131.55 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 196 | 0.14 | 0 | 0.01 | 0.22 | 175.56 | 0.19 | 0.72 |
| Hex | AB | C6 | C4 | E | 0 | 1 | 16 | B0 | 13 | 48 |
| Octal | 253 | 306 | 304 | 16 | 0 | 1 | 26 | 260 | 23 | 110 |
| Binary | 10101011 | 11000110 | 11000100 | 1110 | 0 | 1 | 10110 | 10110000 | 10011 | 1001000 |
Color Harmonies of #ABC6C4
Complementary color
Monochromatic Colors of #ABC6C4
Black with #ABC6C4
Text Example
Text Example
White with #ABC6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC6C4; }
p { color: rgb(171,198,196); }
H1.HeaderClassName
{
color: #ABC6C4;
}
.AnyTagClassName
{
color: #ABC6C4;
}
</style>
background-color css
<style>
a { background-color: #ABC6C4; }
a { background-color: rgb(171,198,196); }
div.DivClassName
{
background-color: #ABC6C4;
}
.BgClassName
{
background-color: #ABC6C4;
}
</style>
border-color css
<style>
span { border-color: #ABC6C4; }
span { border-color: rgb(171,198,196); }
td.TdClassName
{
border-color: #ABC6C4;
}
.TagClassName
{
border-color: #ABC6C4;
}
</style>