Shades of Jungle Mist #ABC3C3
Tints of Jungle Mist #ABC3C3
RGB
CMYK
RGB Variations
Color information
#ABC3C3 (or 0xABC3C3) is known color: Jungle Mist. HEX triplet: AB, C3 and C3. RGB value is (171,195,195). Sum of RGB (Red+Green+Blue) = 171+195+195=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 195 - color contains mainly: green, blue. Hex color #ABC3C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC3C3 is #543C3C. Grayscale: #BBBBBB. Windows color (decimal): -5520445 or 12829611. OLE color: 12829611.
HSL color Cylindrical-coordinate representation of color #ABC3C3: hue angle of 180º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC3C3 is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 195 | - |
| CMYK | 0.12 | 0 | 0 | 0.24 |
| HSL | 180º | 0.17% | 0.72% | - |
| HSV(B) | 180º | 0.12% | 0.76% | - |
| XYZ | 46.16 | 51.63 | 59.16 | - |
| YUV | 187.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 195 | 0.12 | 0 | 0 | 0.24 | 180 | 0.17 | 0.72 |
| Hex | AB | C3 | C3 | C | 0 | 0 | 18 | B4 | 11 | 48 |
| Octal | 253 | 303 | 303 | 14 | 0 | 0 | 30 | 264 | 21 | 110 |
| Binary | 10101011 | 11000011 | 11000011 | 1100 | 0 | 0 | 11000 | 10110100 | 10001 | 1001000 |
Color Harmonies of #ABC3C3
Complementary color
Monochromatic Colors of #ABC3C3
Black with #ABC3C3
Text Example
Text Example
White with #ABC3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC3C3; }
p { color: rgb(171,195,195); }
H1.HeaderClassName
{
color: #ABC3C3;
}
.AnyTagClassName
{
color: #ABC3C3;
}
</style>
background-color css
<style>
a { background-color: #ABC3C3; }
a { background-color: rgb(171,195,195); }
div.DivClassName
{
background-color: #ABC3C3;
}
.BgClassName
{
background-color: #ABC3C3;
}
</style>
border-color css
<style>
span { border-color: #ABC3C3; }
span { border-color: rgb(171,195,195); }
td.TdClassName
{
border-color: #ABC3C3;
}
.TagClassName
{
border-color: #ABC3C3;
}
</style>