Shades of Jungle Mist #AEC1C2
Tints of Jungle Mist #AEC1C2
RGB
CMYK
RGB Variations
Color information
#AEC1C2 (or 0xAEC1C2) is known color: Jungle Mist. HEX triplet: AE, C1 and C2. RGB value is (174,193,194). Sum of RGB (Red+Green+Blue) = 174+193+194=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 194 - color contains mainly: blue. Hex color #AEC1C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC1C2 is #513E3D. Grayscale: #BBBBBB. Windows color (decimal): -5324350 or 12763566. OLE color: 12763566.
HSL color Cylindrical-coordinate representation of color #AEC1C2: hue angle of 183º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEC1C2 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 193 | 194 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.24 |
| HSL | 183º | 0.14% | 0.72% | - |
| HSV(B) | 183º | 0.1% | 0.76% | - |
| XYZ | 46.26 | 51.03 | 58.45 | - |
| YUV | 187.43 | 131.71 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 194 | 0.10 | 0.01 | 0 | 0.24 | 183 | 0.14 | 0.72 |
| Hex | AE | C1 | C2 | A | 1 | 0 | 18 | B7 | E | 48 |
| Octal | 256 | 301 | 302 | 12 | 1 | 0 | 30 | 267 | 16 | 110 |
| Binary | 10101110 | 11000001 | 11000010 | 1010 | 1 | 0 | 11000 | 10110111 | 1110 | 1001000 |
Color Harmonies of #AEC1C2
Complementary color
Monochromatic Colors of #AEC1C2
Black with #AEC1C2
Text Example
Text Example
White with #AEC1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC1C2; }
p { color: rgb(174,193,194); }
H1.HeaderClassName
{
color: #AEC1C2;
}
.AnyTagClassName
{
color: #AEC1C2;
}
</style>
background-color css
<style>
a { background-color: #AEC1C2; }
a { background-color: rgb(174,193,194); }
div.DivClassName
{
background-color: #AEC1C2;
}
.BgClassName
{
background-color: #AEC1C2;
}
</style>
border-color css
<style>
span { border-color: #AEC1C2; }
span { border-color: rgb(174,193,194); }
td.TdClassName
{
border-color: #AEC1C2;
}
.TagClassName
{
border-color: #AEC1C2;
}
</style>