Shades of Jungle Mist #AECBCD
Tints of Jungle Mist #AECBCD
RGB
CMYK
RGB Variations
Color information
#AECBCD (or 0xAECBCD) is known color: Jungle Mist. HEX triplet: AE, CB and CD. RGB value is (174,203,205). Sum of RGB (Red+Green+Blue) = 174+203+205=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 205 - color contains mainly: blue. Hex color #AECBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBCD is #513432. Grayscale: #C2C2C2. Windows color (decimal): -5321779 or 13487022. OLE color: 13487022.
HSL color Cylindrical-coordinate representation of color #AECBCD: hue angle of 183.87º 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 #AECBCD is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 205 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.20 |
| HSL | 183.87º | 0.24% | 0.74% | - |
| HSV(B) | 183.87º | 0.15% | 0.8% | - |
| XYZ | 49.83 | 56.12 | 65.96 | - |
| YUV | 194.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 205 | 0.15 | 0.01 | 0 | 0.20 | 183.87 | 0.24 | 0.74 |
| Hex | AE | CB | CD | F | 1 | 0 | 14 | B8 | 18 | 4A |
| Octal | 256 | 313 | 315 | 17 | 1 | 0 | 24 | 270 | 30 | 112 |
| Binary | 10101110 | 11001011 | 11001101 | 1111 | 1 | 0 | 10100 | 10111000 | 11000 | 1001010 |
Color Harmonies of #AECBCD
Complementary color
Monochromatic Colors of #AECBCD
Black with #AECBCD
Text Example
Text Example
White with #AECBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBCD; }
p { color: rgb(174,203,205); }
H1.HeaderClassName
{
color: #AECBCD;
}
.AnyTagClassName
{
color: #AECBCD;
}
</style>
background-color css
<style>
a { background-color: #AECBCD; }
a { background-color: rgb(174,203,205); }
div.DivClassName
{
background-color: #AECBCD;
}
.BgClassName
{
background-color: #AECBCD;
}
</style>
border-color css
<style>
span { border-color: #AECBCD; }
span { border-color: rgb(174,203,205); }
td.TdClassName
{
border-color: #AECBCD;
}
.TagClassName
{
border-color: #AECBCD;
}
</style>