Shades of Jungle Mist #AEC0BE
Tints of Jungle Mist #AEC0BE
RGB
CMYK
RGB Variations
Color information
#AEC0BE (or 0xAEC0BE) is known color: Jungle Mist. HEX triplet: AE, C0 and BE. RGB value is (174,192,190). Sum of RGB (Red+Green+Blue) = 174+192+190=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0BE is #513F41. Grayscale: #BABABA. Windows color (decimal): -5324610 or 12501166. OLE color: 12501166.
HSL color Cylindrical-coordinate representation of color #AEC0BE: hue angle of 173.33º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEC0BE is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 192 | 190 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.25 |
| HSL | 173.33º | 0.13% | 0.72% | - |
| HSV(B) | 173.33º | 0.09% | 0.75% | - |
| XYZ | 45.6 | 50.42 | 56.04 | - |
| YUV | 186.39 | 130.04 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 192 | 190 | 0.09 | 0 | 0.01 | 0.25 | 173.33 | 0.13 | 0.72 |
| Hex | AE | C0 | BE | 9 | 0 | 1 | 19 | AD | C | 48 |
| Octal | 256 | 300 | 276 | 11 | 0 | 1 | 31 | 255 | 14 | 110 |
| Binary | 10101110 | 11000000 | 10111110 | 1001 | 0 | 1 | 11001 | 10101101 | 1100 | 1001000 |
Color Harmonies of #AEC0BE
Complementary color
Monochromatic Colors of #AEC0BE
Black with #AEC0BE
Text Example
Text Example
White with #AEC0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC0BE; }
p { color: rgb(174,192,190); }
H1.HeaderClassName
{
color: #AEC0BE;
}
.AnyTagClassName
{
color: #AEC0BE;
}
</style>
background-color css
<style>
a { background-color: #AEC0BE; }
a { background-color: rgb(174,192,190); }
div.DivClassName
{
background-color: #AEC0BE;
}
.BgClassName
{
background-color: #AEC0BE;
}
</style>
border-color css
<style>
span { border-color: #AEC0BE; }
span { border-color: rgb(174,192,190); }
td.TdClassName
{
border-color: #AEC0BE;
}
.TagClassName
{
border-color: #AEC0BE;
}
</style>