Shades of Jungle Mist #ABC1C5
Tints of Jungle Mist #ABC1C5
RGB
CMYK
RGB Variations
Color information
#ABC1C5 (or 0xABC1C5) is known color: Jungle Mist. HEX triplet: AB, C1 and C5. RGB value is (171,193,197). Sum of RGB (Red+Green+Blue) = 171+193+197=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 197 - color contains mainly: blue. Hex color #ABC1C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1C5 is #543E3A. Grayscale: #BABABA. Windows color (decimal): -5520955 or 12960171. OLE color: 12960171.
HSL color Cylindrical-coordinate representation of color #ABC1C5: hue angle of 189.23º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC1C5 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 193 | 197 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.23 |
| HSL | 189.23º | 0.18% | 0.72% | - |
| HSV(B) | 189.23º | 0.13% | 0.77% | - |
| XYZ | 45.94 | 50.83 | 60.21 | - |
| YUV | 186.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 197 | 0.13 | 0.02 | 0 | 0.23 | 189.23 | 0.18 | 0.72 |
| Hex | AB | C1 | C5 | D | 2 | 0 | 17 | BD | 12 | 48 |
| Octal | 253 | 301 | 305 | 15 | 2 | 0 | 27 | 275 | 22 | 110 |
| Binary | 10101011 | 11000001 | 11000101 | 1101 | 10 | 0 | 10111 | 10111101 | 10010 | 1001000 |
Color Harmonies of #ABC1C5
Complementary color
Monochromatic Colors of #ABC1C5
Black with #ABC1C5
Text Example
Text Example
White with #ABC1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC1C5; }
p { color: rgb(171,193,197); }
H1.HeaderClassName
{
color: #ABC1C5;
}
.AnyTagClassName
{
color: #ABC1C5;
}
</style>
background-color css
<style>
a { background-color: #ABC1C5; }
a { background-color: rgb(171,193,197); }
div.DivClassName
{
background-color: #ABC1C5;
}
.BgClassName
{
background-color: #ABC1C5;
}
</style>
border-color css
<style>
span { border-color: #ABC1C5; }
span { border-color: rgb(171,193,197); }
td.TdClassName
{
border-color: #ABC1C5;
}
.TagClassName
{
border-color: #ABC1C5;
}
</style>