Shades of Jungle Mist #ABC6C3
Tints of Jungle Mist #ABC6C3
RGB
CMYK
RGB Variations
Color information
#ABC6C3 (or 0xABC6C3) is known color: Jungle Mist. HEX triplet: AB, C6 and C3. RGB value is (171,198,195). Sum of RGB (Red+Green+Blue) = 171+198+195=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 195 (76.56% from 255 or 34.57% from 564); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC6C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6C3 is #54393C. Grayscale: #BDBDBD. Windows color (decimal): -5519677 or 12830379. OLE color: 12830379.
HSL color Cylindrical-coordinate representation of color #ABC6C3: hue angle of 173.33º 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 #ABC6C3 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 195 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.22 |
| HSL | 173.33º | 0.19% | 0.72% | - |
| HSV(B) | 173.33º | 0.14% | 0.78% | - |
| XYZ | 46.84 | 52.99 | 59.39 | - |
| YUV | 189.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 195 | 0.14 | 0 | 0.02 | 0.22 | 173.33 | 0.19 | 0.72 |
| Hex | AB | C6 | C3 | E | 0 | 2 | 16 | AD | 13 | 48 |
| Octal | 253 | 306 | 303 | 16 | 0 | 2 | 26 | 255 | 23 | 110 |
| Binary | 10101011 | 11000110 | 11000011 | 1110 | 0 | 10 | 10110 | 10101101 | 10011 | 1001000 |
Color Harmonies of #ABC6C3
Complementary color
Monochromatic Colors of #ABC6C3
Black with #ABC6C3
Text Example
Text Example
White with #ABC6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC6C3; }
p { color: rgb(171,198,195); }
H1.HeaderClassName
{
color: #ABC6C3;
}
.AnyTagClassName
{
color: #ABC6C3;
}
</style>
background-color css
<style>
a { background-color: #ABC6C3; }
a { background-color: rgb(171,198,195); }
div.DivClassName
{
background-color: #ABC6C3;
}
.BgClassName
{
background-color: #ABC6C3;
}
</style>
border-color css
<style>
span { border-color: #ABC6C3; }
span { border-color: rgb(171,198,195); }
td.TdClassName
{
border-color: #ABC6C3;
}
.TagClassName
{
border-color: #ABC6C3;
}
</style>