Shades of Jungle Mist #AACBCD
Tints of Jungle Mist #AACBCD
RGB
CMYK
RGB Variations
Color information
#AACBCD (or 0xAACBCD) is known color: Jungle Mist. HEX triplet: AA, CB and CD. RGB value is (170,203,205). Sum of RGB (Red+Green+Blue) = 170+203+205=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #AACBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBCD is #553432. Grayscale: #C1C1C1. Windows color (decimal): -5583923 or 13487018. OLE color: 13487018.
HSL color Cylindrical-coordinate representation of color #AACBCD: hue angle of 183.43º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACBCD is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 205 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.20 |
| HSL | 183.43º | 0.26% | 0.74% | - |
| HSV(B) | 183.43º | 0.17% | 0.8% | - |
| XYZ | 48.95 | 55.67 | 65.92 | - |
| YUV | 193.36 | 134.57 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 205 | 0.17 | 0.01 | 0 | 0.20 | 183.43 | 0.26 | 0.74 |
| Hex | AA | CB | CD | 11 | 1 | 0 | 14 | B7 | 1A | 4A |
| Octal | 252 | 313 | 315 | 21 | 1 | 0 | 24 | 267 | 32 | 112 |
| Binary | 10101010 | 11001011 | 11001101 | 10001 | 1 | 0 | 10100 | 10110111 | 11010 | 1001010 |
Color Harmonies of #AACBCD
Complementary color
Monochromatic Colors of #AACBCD
Black with #AACBCD
Text Example
Text Example
White with #AACBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBCD; }
p { color: rgb(170,203,205); }
H1.HeaderClassName
{
color: #AACBCD;
}
.AnyTagClassName
{
color: #AACBCD;
}
</style>
background-color css
<style>
a { background-color: #AACBCD; }
a { background-color: rgb(170,203,205); }
div.DivClassName
{
background-color: #AACBCD;
}
.BgClassName
{
background-color: #AACBCD;
}
</style>
border-color css
<style>
span { border-color: #AACBCD; }
span { border-color: rgb(170,203,205); }
td.TdClassName
{
border-color: #AACBCD;
}
.TagClassName
{
border-color: #AACBCD;
}
</style>