Shades of Jungle Mist #A4C5CA
Tints of Jungle Mist #A4C5CA
RGB
CMYK
RGB Variations
Color information
#A4C5CA (or 0xA4C5CA) is known color: Jungle Mist. HEX triplet: A4, C5 and CA. RGB value is (164,197,202). Sum of RGB (Red+Green+Blue) = 164+197+202=563 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.13% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 202 - color contains mainly: blue. Hex color #A4C5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C5CA is #5B3A35. Grayscale: #BBBBBB. Windows color (decimal): -5978678 or 13288868. OLE color: 13288868.
HSL color Cylindrical-coordinate representation of color #A4C5CA: hue angle of 187.89º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4C5CA is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 197 | 202 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.21 |
| HSL | 187.89º | 0.26% | 0.72% | - |
| HSV(B) | 187.89º | 0.19% | 0.79% | - |
| XYZ | 45.94 | 52.09 | 63.51 | - |
| YUV | 187.7 | 136.07 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 197 | 202 | 0.19 | 0.02 | 0 | 0.21 | 187.89 | 0.26 | 0.72 |
| Hex | A4 | C5 | CA | 13 | 2 | 0 | 15 | BC | 1A | 48 |
| Octal | 244 | 305 | 312 | 23 | 2 | 0 | 25 | 274 | 32 | 110 |
| Binary | 10100100 | 11000101 | 11001010 | 10011 | 10 | 0 | 10101 | 10111100 | 11010 | 1001000 |
Color Harmonies of #A4C5CA
Complementary color
Monochromatic Colors of #A4C5CA
Black with #A4C5CA
Text Example
Text Example
White with #A4C5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C5CA; }
p { color: rgb(164,197,202); }
H1.HeaderClassName
{
color: #A4C5CA;
}
.AnyTagClassName
{
color: #A4C5CA;
}
</style>
background-color css
<style>
a { background-color: #A4C5CA; }
a { background-color: rgb(164,197,202); }
div.DivClassName
{
background-color: #A4C5CA;
}
.BgClassName
{
background-color: #A4C5CA;
}
</style>
border-color css
<style>
span { border-color: #A4C5CA; }
span { border-color: rgb(164,197,202); }
td.TdClassName
{
border-color: #A4C5CA;
}
.TagClassName
{
border-color: #A4C5CA;
}
</style>