Shades of Jungle Mist #AECBCC
Tints of Jungle Mist #AECBCC
RGB
CMYK
RGB Variations
Color information
#AECBCC (or 0xAECBCC) is known color: Jungle Mist. HEX triplet: AE, CB and CC. RGB value is (174,203,204). Sum of RGB (Red+Green+Blue) = 174+203+204=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 204 - color contains mainly: blue. Hex color #AECBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBCC is #513433. Grayscale: #C2C2C2. Windows color (decimal): -5321780 or 13421486. OLE color: 13421486.
HSL color Cylindrical-coordinate representation of color #AECBCC: hue angle of 182º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AECBCC is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 203 | 204 | - |
| CMYK | 0.15 | 0.00 | 0 | 0.2 |
| HSL | 182º | 0.23% | 0.74% | - |
| HSV(B) | 182º | 0.15% | 0.8% | - |
| XYZ | 49.71 | 56.07 | 65.33 | - |
| YUV | 194.44 | 133.39 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 204 | 0.15 | 0.00 | 0 | 0.2 | 182 | 0.23 | 0.74 |
| Hex | AE | CB | CC | F | 0 | 0 | 14 | B6 | 17 | 4A |
| Octal | 256 | 313 | 314 | 17 | 0 | 0 | 24 | 266 | 27 | 112 |
| Binary | 10101110 | 11001011 | 11001100 | 1111 | 0 | 0 | 10100 | 10110110 | 10111 | 1001010 |
Color Harmonies of #AECBCC
Complementary color
Monochromatic Colors of #AECBCC
Black with #AECBCC
Text Example
Text Example
White with #AECBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBCC; }
p { color: rgb(174,203,204); }
H1.HeaderClassName
{
color: #AECBCC;
}
.AnyTagClassName
{
color: #AECBCC;
}
</style>
background-color css
<style>
a { background-color: #AECBCC; }
a { background-color: rgb(174,203,204); }
div.DivClassName
{
background-color: #AECBCC;
}
.BgClassName
{
background-color: #AECBCC;
}
</style>
border-color css
<style>
span { border-color: #AECBCC; }
span { border-color: rgb(174,203,204); }
td.TdClassName
{
border-color: #AECBCC;
}
.TagClassName
{
border-color: #AECBCC;
}
</style>