Shades of Jungle Mist #AECED0
Tints of Jungle Mist #AECED0
RGB
CMYK
RGB Variations
Color information
#AECED0 (or 0xAECED0) is known color: Jungle Mist. HEX triplet: AE, CE and D0. RGB value is (174,206,208). Sum of RGB (Red+Green+Blue) = 174+206+208=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 208 - color contains mainly: blue. Hex color #AECED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECED0 is #51312F. Grayscale: #C4C4C4. Windows color (decimal): -5321008 or 13684398. OLE color: 13684398.
HSL color Cylindrical-coordinate representation of color #AECED0: hue angle of 183.53º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECED0 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 174 | 206 | 208 | - |
CMYK | 0.16 | 0.01 | 0 | 0.18 |
HSL | 183.53º | 0.27% | 0.75% | - |
HSV(B) | 183.53º | 0.16% | 0.82% | - |
XYZ | 50.91 | 57.7 | 68.13 | - |
YUV | 196.66 | 134.4 | 111.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 206 | 208 | 0.16 | 0.01 | 0 | 0.18 | 183.53 | 0.27 | 0.75 |
Hex | AE | CE | D0 | 10 | 1 | 0 | 12 | B8 | 1B | 4B |
Octal | 256 | 316 | 320 | 20 | 1 | 0 | 22 | 270 | 33 | 113 |
Binary | 10101110 | 11001110 | 11010000 | 10000 | 1 | 0 | 10010 | 10111000 | 11011 | 1001011 |
Color Harmonies of #AECED0
Complementary color
Monochromatic Colors of #AECED0
Black with #AECED0
Text Example
Text Example
White with #AECED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECED0; }
p { color: rgb(174,206,208); }
H1.HeaderClassName
{
color: #AECED0;
}
.AnyTagClassName
{
color: #AECED0;
}
</style>
background-color css
<style>
a { background-color: #AECED0; }
a { background-color: rgb(174,206,208); }
div.DivClassName
{
background-color: #AECED0;
}
.BgClassName
{
background-color: #AECED0;
}
</style>
border-color css
<style>
span { border-color: #AECED0; }
span { border-color: rgb(174,206,208); }
td.TdClassName
{
border-color: #AECED0;
}
.TagClassName
{
border-color: #AECED0;
}
</style>