Shades of Jungle Mist #AACBCB
Tints of Jungle Mist #AACBCB
RGB
CMYK
RGB Variations
Color information
#AACBCB (or 0xAACBCB) is known color: Jungle Mist. HEX triplet: AA, CB and CB. RGB value is (170,203,203). Sum of RGB (Red+Green+Blue) = 170+203+203=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #AACBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBCB is #553434. Grayscale: #C1C1C1. Windows color (decimal): -5583925 or 13355946. OLE color: 13355946.
HSL color Cylindrical-coordinate representation of color #AACBCB: hue angle of 180º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACBCB is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 203 | - |
| CMYK | 0.16 | 0 | 0 | 0.20 |
| HSL | 180º | 0.24% | 0.73% | - |
| HSV(B) | 180º | 0.16% | 0.8% | - |
| XYZ | 48.71 | 55.57 | 64.66 | - |
| YUV | 193.13 | 133.57 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 203 | 0.16 | 0 | 0 | 0.20 | 180 | 0.24 | 0.73 |
| Hex | AA | CB | CB | 10 | 0 | 0 | 14 | B4 | 18 | 49 |
| Octal | 252 | 313 | 313 | 20 | 0 | 0 | 24 | 264 | 30 | 111 |
| Binary | 10101010 | 11001011 | 11001011 | 10000 | 0 | 0 | 10100 | 10110100 | 11000 | 1001001 |
Color Harmonies of #AACBCB
Complementary color
Monochromatic Colors of #AACBCB
Black with #AACBCB
Text Example
Text Example
White with #AACBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBCB; }
p { color: rgb(170,203,203); }
H1.HeaderClassName
{
color: #AACBCB;
}
.AnyTagClassName
{
color: #AACBCB;
}
</style>
background-color css
<style>
a { background-color: #AACBCB; }
a { background-color: rgb(170,203,203); }
div.DivClassName
{
background-color: #AACBCB;
}
.BgClassName
{
background-color: #AACBCB;
}
</style>
border-color css
<style>
span { border-color: #AACBCB; }
span { border-color: rgb(170,203,203); }
td.TdClassName
{
border-color: #AACBCB;
}
.TagClassName
{
border-color: #AACBCB;
}
</style>