Shades of Jungle Mist #ABC1BF
Tints of Jungle Mist #ABC1BF
RGB
CMYK
RGB Variations
Color information
#ABC1BF (or 0xABC1BF) is known color: Jungle Mist. HEX triplet: AB, C1 and BF. RGB value is (171,193,191). Sum of RGB (Red+Green+Blue) = 171+193+191=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC1BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1BF is #543E40. Grayscale: #BABABA. Windows color (decimal): -5520961 or 12566955. OLE color: 12566955.
HSL color Cylindrical-coordinate representation of color #ABC1BF: hue angle of 174.55º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABC1BF is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 191 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.24 |
| HSL | 174.55º | 0.15% | 0.71% | - |
| HSV(B) | 174.55º | 0.11% | 0.76% | - |
| XYZ | 45.27 | 50.56 | 56.66 | - |
| YUV | 186.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 191 | 0.11 | 0 | 0.01 | 0.24 | 174.55 | 0.15 | 0.71 |
| Hex | AB | C1 | BF | B | 0 | 1 | 18 | AF | F | 47 |
| Octal | 253 | 301 | 277 | 13 | 0 | 1 | 30 | 257 | 17 | 107 |
| Binary | 10101011 | 11000001 | 10111111 | 1011 | 0 | 1 | 11000 | 10101111 | 1111 | 1000111 |
Color Harmonies of #ABC1BF
Complementary color
Monochromatic Colors of #ABC1BF
Black with #ABC1BF
Text Example
Text Example
White with #ABC1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC1BF; }
p { color: rgb(171,193,191); }
H1.HeaderClassName
{
color: #ABC1BF;
}
.AnyTagClassName
{
color: #ABC1BF;
}
</style>
background-color css
<style>
a { background-color: #ABC1BF; }
a { background-color: rgb(171,193,191); }
div.DivClassName
{
background-color: #ABC1BF;
}
.BgClassName
{
background-color: #ABC1BF;
}
</style>
border-color css
<style>
span { border-color: #ABC1BF; }
span { border-color: rgb(171,193,191); }
td.TdClassName
{
border-color: #ABC1BF;
}
.TagClassName
{
border-color: #ABC1BF;
}
</style>