Shades of Jungle Mist #AECDCF
Tints of Jungle Mist #AECDCF
RGB
CMYK
RGB Variations
Color information
#AECDCF (or 0xAECDCF) is known color: Jungle Mist. HEX triplet: AE, CD and CF. RGB value is (174,205,207). Sum of RGB (Red+Green+Blue) = 174+205+207=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 207 - color contains mainly: blue. Hex color #AECDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDCF is #513230. Grayscale: #C3C3C3. Windows color (decimal): -5321265 or 13618606. OLE color: 13618606.
HSL color Cylindrical-coordinate representation of color #AECDCF: hue angle of 183.64º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECDCF is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 205 | 207 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.19 |
| HSL | 183.64º | 0.26% | 0.75% | - |
| HSV(B) | 183.64º | 0.16% | 0.81% | - |
| XYZ | 50.55 | 57.17 | 67.4 | - |
| YUV | 195.96 | 134.23 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 207 | 0.16 | 0.01 | 0 | 0.19 | 183.64 | 0.26 | 0.75 |
| Hex | AE | CD | CF | 10 | 1 | 0 | 13 | B8 | 1A | 4B |
| Octal | 256 | 315 | 317 | 20 | 1 | 0 | 23 | 270 | 32 | 113 |
| Binary | 10101110 | 11001101 | 11001111 | 10000 | 1 | 0 | 10011 | 10111000 | 11010 | 1001011 |
Color Harmonies of #AECDCF
Complementary color
Monochromatic Colors of #AECDCF
Black with #AECDCF
Text Example
Text Example
White with #AECDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDCF; }
p { color: rgb(174,205,207); }
H1.HeaderClassName
{
color: #AECDCF;
}
.AnyTagClassName
{
color: #AECDCF;
}
</style>
background-color css
<style>
a { background-color: #AECDCF; }
a { background-color: rgb(174,205,207); }
div.DivClassName
{
background-color: #AECDCF;
}
.BgClassName
{
background-color: #AECDCF;
}
</style>
border-color css
<style>
span { border-color: #AECDCF; }
span { border-color: rgb(174,205,207); }
td.TdClassName
{
border-color: #AECDCF;
}
.TagClassName
{
border-color: #AECDCF;
}
</style>