Shades of Jungle Mist #A6CAC8
Tints of Jungle Mist #A6CAC8
RGB
CMYK
RGB Variations
Color information
#A6CAC8 (or 0xA6CAC8) is known color: Jungle Mist. HEX triplet: A6, CA and C8. RGB value is (166,202,200). Sum of RGB (Red+Green+Blue) = 166+202+200=568 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.23% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 200 (78.52% from 255 or 35.21% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CAC8 is #593537. Grayscale: #BEBEBE. Windows color (decimal): -5846328 or 13159078. OLE color: 13159078.
HSL color Cylindrical-coordinate representation of color #A6CAC8: hue angle of 176.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6CAC8 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 200 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.21 |
| HSL | 176.67º | 0.25% | 0.72% | - |
| HSV(B) | 176.67º | 0.18% | 0.79% | - |
| XYZ | 47.27 | 54.52 | 62.68 | - |
| YUV | 191.01 | 133.07 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 200 | 0.18 | 0 | 0.01 | 0.21 | 176.67 | 0.25 | 0.72 |
| Hex | A6 | CA | C8 | 12 | 0 | 1 | 15 | B1 | 19 | 48 |
| Octal | 246 | 312 | 310 | 22 | 0 | 1 | 25 | 261 | 31 | 110 |
| Binary | 10100110 | 11001010 | 11001000 | 10010 | 0 | 1 | 10101 | 10110001 | 11001 | 1001000 |
Color Harmonies of #A6CAC8
Complementary color
Monochromatic Colors of #A6CAC8
Black with #A6CAC8
Text Example
Text Example
White with #A6CAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CAC8; }
p { color: rgb(166,202,200); }
H1.HeaderClassName
{
color: #A6CAC8;
}
.AnyTagClassName
{
color: #A6CAC8;
}
</style>
background-color css
<style>
a { background-color: #A6CAC8; }
a { background-color: rgb(166,202,200); }
div.DivClassName
{
background-color: #A6CAC8;
}
.BgClassName
{
background-color: #A6CAC8;
}
</style>
border-color css
<style>
span { border-color: #A6CAC8; }
span { border-color: rgb(166,202,200); }
td.TdClassName
{
border-color: #A6CAC8;
}
.TagClassName
{
border-color: #A6CAC8;
}
</style>