Shades of Jungle Mist #A0C5C2
Tints of Jungle Mist #A0C5C2
RGB
CMYK
RGB Variations
Color information
#A0C5C2 (or 0xA0C5C2) is known color: Jungle Mist. HEX triplet: A0, C5 and C2. RGB value is (160,197,194). Sum of RGB (Red+Green+Blue) = 160+197+194=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 194 (76.17% from 255 or 35.21% from 551); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C5C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C5C2 is #5F3A3D. Grayscale: #B9B9B9. Windows color (decimal): -6240830 or 12764576. OLE color: 12764576.
HSL color Cylindrical-coordinate representation of color #A0C5C2: hue angle of 175.14º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0C5C2 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 194 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.23 |
| HSL | 175.14º | 0.24% | 0.7% | - |
| HSV(B) | 175.14º | 0.19% | 0.77% | - |
| XYZ | 44.2 | 51.3 | 58.61 | - |
| YUV | 185.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 194 | 0.19 | 0 | 0.02 | 0.23 | 175.14 | 0.24 | 0.7 |
| Hex | A0 | C5 | C2 | 13 | 0 | 2 | 17 | AF | 18 | 46 |
| Octal | 240 | 305 | 302 | 23 | 0 | 2 | 27 | 257 | 30 | 106 |
| Binary | 10100000 | 11000101 | 11000010 | 10011 | 0 | 10 | 10111 | 10101111 | 11000 | 1000110 |
Color Harmonies of #A0C5C2
Complementary color
Monochromatic Colors of #A0C5C2
Black with #A0C5C2
Text Example
Text Example
White with #A0C5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C5C2; }
p { color: rgb(160,197,194); }
H1.HeaderClassName
{
color: #A0C5C2;
}
.AnyTagClassName
{
color: #A0C5C2;
}
</style>
background-color css
<style>
a { background-color: #A0C5C2; }
a { background-color: rgb(160,197,194); }
div.DivClassName
{
background-color: #A0C5C2;
}
.BgClassName
{
background-color: #A0C5C2;
}
</style>
border-color css
<style>
span { border-color: #A0C5C2; }
span { border-color: rgb(160,197,194); }
td.TdClassName
{
border-color: #A0C5C2;
}
.TagClassName
{
border-color: #A0C5C2;
}
</style>