Shades of Jungle Mist #AEC8C9
Tints of Jungle Mist #AEC8C9
RGB
CMYK
RGB Variations
Color information
#AEC8C9 (or 0xAEC8C9) is known color: Jungle Mist. HEX triplet: AE, C8 and C9. RGB value is (174,200,201). Sum of RGB (Red+Green+Blue) = 174+200+201=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 201 - color contains mainly: blue. Hex color #AEC8C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC8C9 is #513736. Grayscale: #C0C0C0. Windows color (decimal): -5322551 or 13224110. OLE color: 13224110.
HSL color Cylindrical-coordinate representation of color #AEC8C9: hue angle of 182.22º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEC8C9 is Cyan = 0.13, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 174 | 200 | 201 | - |
CMYK | 0.13 | 0.00 | 0 | 0.21 |
HSL | 182.22º | 0.2% | 0.74% | - |
HSV(B) | 182.22º | 0.13% | 0.79% | - |
XYZ | 48.65 | 54.52 | 63.22 | - |
YUV | 192.34 | 132.89 | 114.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 200 | 201 | 0.13 | 0.00 | 0 | 0.21 | 182.22 | 0.2 | 0.74 |
Hex | AE | C8 | C9 | D | 0 | 0 | 15 | B6 | 14 | 4A |
Octal | 256 | 310 | 311 | 15 | 0 | 0 | 25 | 266 | 24 | 112 |
Binary | 10101110 | 11001000 | 11001001 | 1101 | 0 | 0 | 10101 | 10110110 | 10100 | 1001010 |
Color Harmonies of #AEC8C9
Complementary color
Monochromatic Colors of #AEC8C9
Black with #AEC8C9
Text Example
Text Example
White with #AEC8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC8C9; }
p { color: rgb(174,200,201); }
H1.HeaderClassName
{
color: #AEC8C9;
}
.AnyTagClassName
{
color: #AEC8C9;
}
</style>
background-color css
<style>
a { background-color: #AEC8C9; }
a { background-color: rgb(174,200,201); }
div.DivClassName
{
background-color: #AEC8C9;
}
.BgClassName
{
background-color: #AEC8C9;
}
</style>
border-color css
<style>
span { border-color: #AEC8C9; }
span { border-color: rgb(174,200,201); }
td.TdClassName
{
border-color: #AEC8C9;
}
.TagClassName
{
border-color: #AEC8C9;
}
</style>