Shades of Jungle Mist #ABC1C4
Tints of Jungle Mist #ABC1C4
RGB
CMYK
RGB Variations
Color information
#ABC1C4 (or 0xABC1C4) is known color: Jungle Mist. HEX triplet: AB, C1 and C4. RGB value is (171,193,196). Sum of RGB (Red+Green+Blue) = 171+193+196=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 196 - color contains mainly: blue. Hex color #ABC1C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1C4 is #543E3B. Grayscale: #BABABA. Windows color (decimal): -5520956 or 12894635. OLE color: 12894635.
HSL color Cylindrical-coordinate representation of color #ABC1C4: hue angle of 187.2º degrees, saturation: 0.17, 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 #ABC1C4 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 193 | 196 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.23 |
| HSL | 187.2º | 0.17% | 0.72% | - |
| HSV(B) | 187.2º | 0.13% | 0.77% | - |
| XYZ | 45.83 | 50.78 | 59.61 | - |
| YUV | 186.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 196 | 0.13 | 0.02 | 0 | 0.23 | 187.2 | 0.17 | 0.72 |
| Hex | AB | C1 | C4 | D | 2 | 0 | 17 | BB | 11 | 48 |
| Octal | 253 | 301 | 304 | 15 | 2 | 0 | 27 | 273 | 21 | 110 |
| Binary | 10101011 | 11000001 | 11000100 | 1101 | 10 | 0 | 10111 | 10111011 | 10001 | 1001000 |
Color Harmonies of #ABC1C4
Complementary color
Monochromatic Colors of #ABC1C4
Black with #ABC1C4
Text Example
Text Example
White with #ABC1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC1C4; }
p { color: rgb(171,193,196); }
H1.HeaderClassName
{
color: #ABC1C4;
}
.AnyTagClassName
{
color: #ABC1C4;
}
</style>
background-color css
<style>
a { background-color: #ABC1C4; }
a { background-color: rgb(171,193,196); }
div.DivClassName
{
background-color: #ABC1C4;
}
.BgClassName
{
background-color: #ABC1C4;
}
</style>
border-color css
<style>
span { border-color: #ABC1C4; }
span { border-color: rgb(171,193,196); }
td.TdClassName
{
border-color: #ABC1C4;
}
.TagClassName
{
border-color: #ABC1C4;
}
</style>