Shades of Jungle Mist #AECBCB
Tints of Jungle Mist #AECBCB
RGB
CMYK
RGB Variations
Color information
#AECBCB (or 0xAECBCB) is known color: Jungle Mist. HEX triplet: AE, CB and CB. RGB value is (174,203,203). Sum of RGB (Red+Green+Blue) = 174+203+203=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #AECBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBCB is #513434. Grayscale: #C2C2C2. Windows color (decimal): -5321781 or 13355950. OLE color: 13355950.
HSL color Cylindrical-coordinate representation of color #AECBCB: hue angle of 180º 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 #AECBCB is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 203 | - |
| CMYK | 0.14 | 0 | 0 | 0.20 |
| HSL | 180º | 0.22% | 0.74% | - |
| HSV(B) | 180º | 0.14% | 0.8% | - |
| XYZ | 49.59 | 56.02 | 64.7 | - |
| YUV | 194.33 | 132.89 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 203 | 0.14 | 0 | 0 | 0.20 | 180 | 0.22 | 0.74 |
| Hex | AE | CB | CB | E | 0 | 0 | 14 | B4 | 16 | 4A |
| Octal | 256 | 313 | 313 | 16 | 0 | 0 | 24 | 264 | 26 | 112 |
| Binary | 10101110 | 11001011 | 11001011 | 1110 | 0 | 0 | 10100 | 10110100 | 10110 | 1001010 |
Color Harmonies of #AECBCB
Complementary color
Monochromatic Colors of #AECBCB
Black with #AECBCB
Text Example
Text Example
White with #AECBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBCB; }
p { color: rgb(174,203,203); }
H1.HeaderClassName
{
color: #AECBCB;
}
.AnyTagClassName
{
color: #AECBCB;
}
</style>
background-color css
<style>
a { background-color: #AECBCB; }
a { background-color: rgb(174,203,203); }
div.DivClassName
{
background-color: #AECBCB;
}
.BgClassName
{
background-color: #AECBCB;
}
</style>
border-color css
<style>
span { border-color: #AECBCB; }
span { border-color: rgb(174,203,203); }
td.TdClassName
{
border-color: #AECBCB;
}
.TagClassName
{
border-color: #AECBCB;
}
</style>