Shades of Jungle Mist #AECECF
Tints of Jungle Mist #AECECF
RGB
CMYK
RGB Variations
Color information
#AECECF (or 0xAECECF) is known color: Jungle Mist. HEX triplet: AE, CE and CF. RGB value is (174,206,207). Sum of RGB (Red+Green+Blue) = 174+206+207=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: blue. Hex color #AECECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECECF is #513130. Grayscale: #C4C4C4. Windows color (decimal): -5321009 or 13618862. OLE color: 13618862.
HSL color Cylindrical-coordinate representation of color #AECECF: hue angle of 181.82º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECECF is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 207 | - |
| CMYK | 0.16 | 0.00 | 0 | 0.19 |
| HSL | 181.82º | 0.26% | 0.75% | - |
| HSV(B) | 181.82º | 0.16% | 0.81% | - |
| XYZ | 50.79 | 57.65 | 67.48 | - |
| YUV | 196.55 | 133.9 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 207 | 0.16 | 0.00 | 0 | 0.19 | 181.82 | 0.26 | 0.75 |
| Hex | AE | CE | CF | 10 | 0 | 0 | 13 | B6 | 1A | 4B |
| Octal | 256 | 316 | 317 | 20 | 0 | 0 | 23 | 266 | 32 | 113 |
| Binary | 10101110 | 11001110 | 11001111 | 10000 | 0 | 0 | 10011 | 10110110 | 11010 | 1001011 |
Color Harmonies of #AECECF
Complementary color
Monochromatic Colors of #AECECF
Black with #AECECF
Text Example
Text Example
White with #AECECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECECF; }
p { color: rgb(174,206,207); }
H1.HeaderClassName
{
color: #AECECF;
}
.AnyTagClassName
{
color: #AECECF;
}
</style>
background-color css
<style>
a { background-color: #AECECF; }
a { background-color: rgb(174,206,207); }
div.DivClassName
{
background-color: #AECECF;
}
.BgClassName
{
background-color: #AECECF;
}
</style>
border-color css
<style>
span { border-color: #AECECF; }
span { border-color: rgb(174,206,207); }
td.TdClassName
{
border-color: #AECECF;
}
.TagClassName
{
border-color: #AECECF;
}
</style>