Shades of Jungle Mist #AECBC7
Tints of Jungle Mist #AECBC7
RGB
CMYK
RGB Variations
Color information
#AECBC7 (or 0xAECBC7) is known color: Jungle Mist. HEX triplet: AE, CB and C7. RGB value is (174,203,199). Sum of RGB (Red+Green+Blue) = 174+203+199=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBC7 is #513438. Grayscale: #C1C1C1. Windows color (decimal): -5321785 or 13093806. OLE color: 13093806.
HSL color Cylindrical-coordinate representation of color #AECBC7: hue angle of 171.72º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECBC7 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 199 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.20 |
| HSL | 171.72º | 0.22% | 0.74% | - |
| HSV(B) | 171.72º | 0.14% | 0.8% | - |
| XYZ | 49.12 | 55.83 | 62.22 | - |
| YUV | 193.87 | 130.89 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 199 | 0.14 | 0 | 0.02 | 0.20 | 171.72 | 0.22 | 0.74 |
| Hex | AE | CB | C7 | E | 0 | 2 | 14 | AC | 16 | 4A |
| Octal | 256 | 313 | 307 | 16 | 0 | 2 | 24 | 254 | 26 | 112 |
| Binary | 10101110 | 11001011 | 11000111 | 1110 | 0 | 10 | 10100 | 10101100 | 10110 | 1001010 |
Color Harmonies of #AECBC7
Complementary color
Monochromatic Colors of #AECBC7
Black with #AECBC7
Text Example
Text Example
White with #AECBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBC7; }
p { color: rgb(174,203,199); }
H1.HeaderClassName
{
color: #AECBC7;
}
.AnyTagClassName
{
color: #AECBC7;
}
</style>
background-color css
<style>
a { background-color: #AECBC7; }
a { background-color: rgb(174,203,199); }
div.DivClassName
{
background-color: #AECBC7;
}
.BgClassName
{
background-color: #AECBC7;
}
</style>
border-color css
<style>
span { border-color: #AECBC7; }
span { border-color: rgb(174,203,199); }
td.TdClassName
{
border-color: #AECBC7;
}
.TagClassName
{
border-color: #AECBC7;
}
</style>