Shades of Jungle Mist #AEC2C5
Tints of Jungle Mist #AEC2C5
RGB
CMYK
RGB Variations
Color information
#AEC2C5 (or 0xAEC2C5) is known color: Jungle Mist. HEX triplet: AE, C2 and C5. RGB value is (174,194,197). Sum of RGB (Red+Green+Blue) = 174+194+197=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 197 - color contains mainly: blue. Hex color #AEC2C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC2C5 is #513D3A. Grayscale: #BCBCBC. Windows color (decimal): -5324091 or 12960430. OLE color: 12960430.
HSL color Cylindrical-coordinate representation of color #AEC2C5: hue angle of 187.83º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEC2C5 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 194 | 197 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.23 |
| HSL | 187.83º | 0.17% | 0.73% | - |
| HSV(B) | 187.83º | 0.12% | 0.77% | - |
| XYZ | 46.83 | 51.61 | 60.32 | - |
| YUV | 188.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 197 | 0.12 | 0.02 | 0 | 0.23 | 187.83 | 0.17 | 0.73 |
| Hex | AE | C2 | C5 | C | 2 | 0 | 17 | BC | 11 | 49 |
| Octal | 256 | 302 | 305 | 14 | 2 | 0 | 27 | 274 | 21 | 111 |
| Binary | 10101110 | 11000010 | 11000101 | 1100 | 10 | 0 | 10111 | 10111100 | 10001 | 1001001 |
Color Harmonies of #AEC2C5
Complementary color
Monochromatic Colors of #AEC2C5
Black with #AEC2C5
Text Example
Text Example
White with #AEC2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC2C5; }
p { color: rgb(174,194,197); }
H1.HeaderClassName
{
color: #AEC2C5;
}
.AnyTagClassName
{
color: #AEC2C5;
}
</style>
background-color css
<style>
a { background-color: #AEC2C5; }
a { background-color: rgb(174,194,197); }
div.DivClassName
{
background-color: #AEC2C5;
}
.BgClassName
{
background-color: #AEC2C5;
}
</style>
border-color css
<style>
span { border-color: #AEC2C5; }
span { border-color: rgb(174,194,197); }
td.TdClassName
{
border-color: #AEC2C5;
}
.TagClassName
{
border-color: #AEC2C5;
}
</style>