Shades of Jungle Mist #AEC8CC
Tints of Jungle Mist #AEC8CC
RGB
CMYK
RGB Variations
Color information
#AEC8CC (or 0xAEC8CC) is known color: Jungle Mist. HEX triplet: AE, C8 and CC. RGB value is (174,200,204). Sum of RGB (Red+Green+Blue) = 174+200+204=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEC8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC8CC is #513733. Grayscale: #C0C0C0. Windows color (decimal): -5322548 or 13420718. OLE color: 13420718.
HSL color Cylindrical-coordinate representation of color #AEC8CC: hue angle of 188º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AEC8CC is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 200 | 204 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.2 |
| HSL | 188º | 0.23% | 0.74% | - |
| HSV(B) | 188º | 0.15% | 0.8% | - |
| XYZ | 49.01 | 54.67 | 65.1 | - |
| YUV | 192.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 200 | 204 | 0.15 | 0.02 | 0 | 0.2 | 188 | 0.23 | 0.74 |
| Hex | AE | C8 | CC | F | 2 | 0 | 14 | BC | 17 | 4A |
| Octal | 256 | 310 | 314 | 17 | 2 | 0 | 24 | 274 | 27 | 112 |
| Binary | 10101110 | 11001000 | 11001100 | 1111 | 10 | 0 | 10100 | 10111100 | 10111 | 1001010 |
Color Harmonies of #AEC8CC
Complementary color
Monochromatic Colors of #AEC8CC
Black with #AEC8CC
Text Example
Text Example
White with #AEC8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC8CC; }
p { color: rgb(174,200,204); }
H1.HeaderClassName
{
color: #AEC8CC;
}
.AnyTagClassName
{
color: #AEC8CC;
}
</style>
background-color css
<style>
a { background-color: #AEC8CC; }
a { background-color: rgb(174,200,204); }
div.DivClassName
{
background-color: #AEC8CC;
}
.BgClassName
{
background-color: #AEC8CC;
}
</style>
border-color css
<style>
span { border-color: #AEC8CC; }
span { border-color: rgb(174,200,204); }
td.TdClassName
{
border-color: #AEC8CC;
}
.TagClassName
{
border-color: #AEC8CC;
}
</style>