Shades of Jungle Mist #AECCCC
Tints of Jungle Mist #AECCCC
RGB
CMYK
RGB Variations
Color information
#AECCCC (or 0xAECCCC) is known color: Jungle Mist. HEX triplet: AE, CC and CC. RGB value is (174,204,204). Sum of RGB (Red+Green+Blue) = 174+204+204=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #AECCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCCC is #513333. Grayscale: #C3C3C3. Windows color (decimal): -5321524 or 13421742. OLE color: 13421742.
HSL color Cylindrical-coordinate representation of color #AECCCC: hue angle of 180º 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 #AECCCC is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 204 | 204 | - |
| CMYK | 0.15 | 0 | 0 | 0.2 |
| HSL | 180º | 0.23% | 0.74% | - |
| HSV(B) | 180º | 0.15% | 0.8% | - |
| XYZ | 49.95 | 56.54 | 65.41 | - |
| YUV | 195.03 | 133.06 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 204 | 0.15 | 0 | 0 | 0.2 | 180 | 0.23 | 0.74 |
| Hex | AE | CC | CC | F | 0 | 0 | 14 | B4 | 17 | 4A |
| Octal | 256 | 314 | 314 | 17 | 0 | 0 | 24 | 264 | 27 | 112 |
| Binary | 10101110 | 11001100 | 11001100 | 1111 | 0 | 0 | 10100 | 10110100 | 10111 | 1001010 |
Color Harmonies of #AECCCC
Complementary color
Monochromatic Colors of #AECCCC
Black with #AECCCC
Text Example
Text Example
White with #AECCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECCCC; }
p { color: rgb(174,204,204); }
H1.HeaderClassName
{
color: #AECCCC;
}
.AnyTagClassName
{
color: #AECCCC;
}
</style>
background-color css
<style>
a { background-color: #AECCCC; }
a { background-color: rgb(174,204,204); }
div.DivClassName
{
background-color: #AECCCC;
}
.BgClassName
{
background-color: #AECCCC;
}
</style>
border-color css
<style>
span { border-color: #AECCCC; }
span { border-color: rgb(174,204,204); }
td.TdClassName
{
border-color: #AECCCC;
}
.TagClassName
{
border-color: #AECCCC;
}
</style>