Shades of Jungle Mist #AECACE
Tints of Jungle Mist #AECACE
RGB
CMYK
RGB Variations
Color information
#AECACE (or 0xAECACE) is known color: Jungle Mist. HEX triplet: AE, CA and CE. RGB value is (174,202,206). Sum of RGB (Red+Green+Blue) = 174+202+206=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 206 - color contains mainly: blue. Hex color #AECACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECACE is #513531. Grayscale: #C2C2C2. Windows color (decimal): -5322034 or 13552302. OLE color: 13552302.
HSL color Cylindrical-coordinate representation of color #AECACE: hue angle of 187.5º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECACE is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 202 | 206 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.19 |
| HSL | 187.5º | 0.25% | 0.75% | - |
| HSV(B) | 187.5º | 0.16% | 0.81% | - |
| XYZ | 49.72 | 55.7 | 66.52 | - |
| YUV | 194.08 | 134.72 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 206 | 0.16 | 0.02 | 0 | 0.19 | 187.5 | 0.25 | 0.75 |
| Hex | AE | CA | CE | 10 | 2 | 0 | 13 | BC | 19 | 4B |
| Octal | 256 | 312 | 316 | 20 | 2 | 0 | 23 | 274 | 31 | 113 |
| Binary | 10101110 | 11001010 | 11001110 | 10000 | 10 | 0 | 10011 | 10111100 | 11001 | 1001011 |
Color Harmonies of #AECACE
Complementary color
Monochromatic Colors of #AECACE
Black with #AECACE
Text Example
Text Example
White with #AECACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECACE; }
p { color: rgb(174,202,206); }
H1.HeaderClassName
{
color: #AECACE;
}
.AnyTagClassName
{
color: #AECACE;
}
</style>
background-color css
<style>
a { background-color: #AECACE; }
a { background-color: rgb(174,202,206); }
div.DivClassName
{
background-color: #AECACE;
}
.BgClassName
{
background-color: #AECACE;
}
</style>
border-color css
<style>
span { border-color: #AECACE; }
span { border-color: rgb(174,202,206); }
td.TdClassName
{
border-color: #AECACE;
}
.TagClassName
{
border-color: #AECACE;
}
</style>