Shades of Jungle Mist #A6C4CA
Tints of Jungle Mist #A6C4CA
RGB
CMYK
RGB Variations
Color information
#A6C4CA (or 0xA6C4CA) is known color: Jungle Mist. HEX triplet: A6, C4 and CA. RGB value is (166,196,202). Sum of RGB (Red+Green+Blue) = 166+196+202=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 202 - color contains mainly: blue. Hex color #A6C4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C4CA is #593B35. Grayscale: #BBBBBB. Windows color (decimal): -5847862 or 13288614. OLE color: 13288614.
HSL color Cylindrical-coordinate representation of color #A6C4CA: hue angle of 190º 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 #A6C4CA is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 196 | 202 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.21 |
| HSL | 190º | 0.25% | 0.72% | - |
| HSV(B) | 190º | 0.18% | 0.79% | - |
| XYZ | 46.13 | 51.85 | 63.45 | - |
| YUV | 187.71 | 136.06 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 196 | 202 | 0.18 | 0.03 | 0 | 0.21 | 190 | 0.25 | 0.72 |
| Hex | A6 | C4 | CA | 12 | 3 | 0 | 15 | BE | 19 | 48 |
| Octal | 246 | 304 | 312 | 22 | 3 | 0 | 25 | 276 | 31 | 110 |
| Binary | 10100110 | 11000100 | 11001010 | 10010 | 11 | 0 | 10101 | 10111110 | 11001 | 1001000 |
Color Harmonies of #A6C4CA
Complementary color
Monochromatic Colors of #A6C4CA
Black with #A6C4CA
Text Example
Text Example
White with #A6C4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C4CA; }
p { color: rgb(166,196,202); }
H1.HeaderClassName
{
color: #A6C4CA;
}
.AnyTagClassName
{
color: #A6C4CA;
}
</style>
background-color css
<style>
a { background-color: #A6C4CA; }
a { background-color: rgb(166,196,202); }
div.DivClassName
{
background-color: #A6C4CA;
}
.BgClassName
{
background-color: #A6C4CA;
}
</style>
border-color css
<style>
span { border-color: #A6C4CA; }
span { border-color: rgb(166,196,202); }
td.TdClassName
{
border-color: #A6C4CA;
}
.TagClassName
{
border-color: #A6C4CA;
}
</style>