Shades of Jungle Mist #AECACD
Tints of Jungle Mist #AECACD
RGB
CMYK
RGB Variations
Color information
#AECACD (or 0xAECACD) is known color: Jungle Mist. HEX triplet: AE, CA and CD. RGB value is (174,202,205). Sum of RGB (Red+Green+Blue) = 174+202+205=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #AECACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECACD is #513532. Grayscale: #C1C1C1. Windows color (decimal): -5322035 or 13486766. OLE color: 13486766.
HSL color Cylindrical-coordinate representation of color #AECACD: hue angle of 185.81º degrees, saturation: 0.24, 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 #AECACD is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 202 | 205 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.20 |
| HSL | 185.81º | 0.24% | 0.74% | - |
| HSV(B) | 185.81º | 0.15% | 0.8% | - |
| XYZ | 49.6 | 55.65 | 65.88 | - |
| YUV | 193.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 205 | 0.15 | 0.01 | 0 | 0.20 | 185.81 | 0.24 | 0.74 |
| Hex | AE | CA | CD | F | 1 | 0 | 14 | BA | 18 | 4A |
| Octal | 256 | 312 | 315 | 17 | 1 | 0 | 24 | 272 | 30 | 112 |
| Binary | 10101110 | 11001010 | 11001101 | 1111 | 1 | 0 | 10100 | 10111010 | 11000 | 1001010 |
Color Harmonies of #AECACD
Complementary color
Monochromatic Colors of #AECACD
Black with #AECACD
Text Example
Text Example
White with #AECACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECACD; }
p { color: rgb(174,202,205); }
H1.HeaderClassName
{
color: #AECACD;
}
.AnyTagClassName
{
color: #AECACD;
}
</style>
background-color css
<style>
a { background-color: #AECACD; }
a { background-color: rgb(174,202,205); }
div.DivClassName
{
background-color: #AECACD;
}
.BgClassName
{
background-color: #AECACD;
}
</style>
border-color css
<style>
span { border-color: #AECACD; }
span { border-color: rgb(174,202,205); }
td.TdClassName
{
border-color: #AECACD;
}
.TagClassName
{
border-color: #AECACD;
}
</style>