Shades of Jungle Mist #AEC0C1
Tints of Jungle Mist #AEC0C1
RGB
CMYK
RGB Variations
Color information
#AEC0C1 (or 0xAEC0C1) is known color: Jungle Mist. HEX triplet: AE, C0 and C1. RGB value is (174,192,193). Sum of RGB (Red+Green+Blue) = 174+192+193=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 193 - color contains mainly: blue. Hex color #AEC0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0C1 is #513F3E. Grayscale: #BABABA. Windows color (decimal): -5324607 or 12697774. OLE color: 12697774.
HSL color Cylindrical-coordinate representation of color #AEC0C1: hue angle of 183.16º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEC0C1 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 192 | 193 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.24 |
| HSL | 183.16º | 0.13% | 0.72% | - |
| HSV(B) | 183.16º | 0.1% | 0.76% | - |
| XYZ | 45.93 | 50.55 | 57.79 | - |
| YUV | 186.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 192 | 193 | 0.10 | 0.01 | 0 | 0.24 | 183.16 | 0.13 | 0.72 |
| Hex | AE | C0 | C1 | A | 1 | 0 | 18 | B7 | D | 48 |
| Octal | 256 | 300 | 301 | 12 | 1 | 0 | 30 | 267 | 15 | 110 |
| Binary | 10101110 | 11000000 | 11000001 | 1010 | 1 | 0 | 11000 | 10110111 | 1101 | 1001000 |
Color Harmonies of #AEC0C1
Complementary color
Monochromatic Colors of #AEC0C1
Black with #AEC0C1
Text Example
Text Example
White with #AEC0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC0C1; }
p { color: rgb(174,192,193); }
H1.HeaderClassName
{
color: #AEC0C1;
}
.AnyTagClassName
{
color: #AEC0C1;
}
</style>
background-color css
<style>
a { background-color: #AEC0C1; }
a { background-color: rgb(174,192,193); }
div.DivClassName
{
background-color: #AEC0C1;
}
.BgClassName
{
background-color: #AEC0C1;
}
</style>
border-color css
<style>
span { border-color: #AEC0C1; }
span { border-color: rgb(174,192,193); }
td.TdClassName
{
border-color: #AEC0C1;
}
.TagClassName
{
border-color: #AEC0C1;
}
</style>