Shades of Jungle Mist #AECBC8
Tints of Jungle Mist #AECBC8
RGB
CMYK
RGB Variations
Color information
#AECBC8 (or 0xAECBC8) is known color: Jungle Mist. HEX triplet: AE, CB and C8. RGB value is (174,203,200). Sum of RGB (Red+Green+Blue) = 174+203+200=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBC8 is #513437. Grayscale: #C1C1C1. Windows color (decimal): -5321784 or 13159342. OLE color: 13159342.
HSL color Cylindrical-coordinate representation of color #AECBC8: hue angle of 173.79º 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 #AECBC8 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 200 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.20 |
| HSL | 173.79º | 0.22% | 0.74% | - |
| HSV(B) | 173.79º | 0.14% | 0.8% | - |
| XYZ | 49.24 | 55.88 | 62.83 | - |
| YUV | 193.99 | 131.39 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 200 | 0.14 | 0 | 0.01 | 0.20 | 173.79 | 0.22 | 0.74 |
| Hex | AE | CB | C8 | E | 0 | 1 | 14 | AE | 16 | 4A |
| Octal | 256 | 313 | 310 | 16 | 0 | 1 | 24 | 256 | 26 | 112 |
| Binary | 10101110 | 11001011 | 11001000 | 1110 | 0 | 1 | 10100 | 10101110 | 10110 | 1001010 |
Color Harmonies of #AECBC8
Complementary color
Monochromatic Colors of #AECBC8
Black with #AECBC8
Text Example
Text Example
White with #AECBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBC8; }
p { color: rgb(174,203,200); }
H1.HeaderClassName
{
color: #AECBC8;
}
.AnyTagClassName
{
color: #AECBC8;
}
</style>
background-color css
<style>
a { background-color: #AECBC8; }
a { background-color: rgb(174,203,200); }
div.DivClassName
{
background-color: #AECBC8;
}
.BgClassName
{
background-color: #AECBC8;
}
</style>
border-color css
<style>
span { border-color: #AECBC8; }
span { border-color: rgb(174,203,200); }
td.TdClassName
{
border-color: #AECBC8;
}
.TagClassName
{
border-color: #AECBC8;
}
</style>