Shades of Jungle Mist #A7C5C2
Tints of Jungle Mist #A7C5C2
RGB
CMYK
RGB Variations
Color information
#A7C5C2 (or 0xA7C5C2) is known color: Jungle Mist. HEX triplet: A7, C5 and C2. RGB value is (167,197,194). Sum of RGB (Red+Green+Blue) = 167+197+194=558 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.93% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 197 - color contains mainly: green. Hex color #A7C5C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C5C2 is #583A3D. Grayscale: #BBBBBB. Windows color (decimal): -5782078 or 12764583. OLE color: 12764583.
HSL color Cylindrical-coordinate representation of color #A7C5C2: hue angle of 174º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7C5C2 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 197 | 194 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.23 |
| HSL | 174º | 0.21% | 0.71% | - |
| HSV(B) | 174º | 0.15% | 0.77% | - |
| XYZ | 45.64 | 52.04 | 58.68 | - |
| YUV | 187.69 | 131.56 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 197 | 194 | 0.15 | 0 | 0.02 | 0.23 | 174 | 0.21 | 0.71 |
| Hex | A7 | C5 | C2 | F | 0 | 2 | 17 | AE | 15 | 47 |
| Octal | 247 | 305 | 302 | 17 | 0 | 2 | 27 | 256 | 25 | 107 |
| Binary | 10100111 | 11000101 | 11000010 | 1111 | 0 | 10 | 10111 | 10101110 | 10101 | 1000111 |
Color Harmonies of #A7C5C2
Complementary color
Monochromatic Colors of #A7C5C2
Black with #A7C5C2
Text Example
Text Example
White with #A7C5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C5C2; }
p { color: rgb(167,197,194); }
H1.HeaderClassName
{
color: #A7C5C2;
}
.AnyTagClassName
{
color: #A7C5C2;
}
</style>
background-color css
<style>
a { background-color: #A7C5C2; }
a { background-color: rgb(167,197,194); }
div.DivClassName
{
background-color: #A7C5C2;
}
.BgClassName
{
background-color: #A7C5C2;
}
</style>
border-color css
<style>
span { border-color: #A7C5C2; }
span { border-color: rgb(167,197,194); }
td.TdClassName
{
border-color: #A7C5C2;
}
.TagClassName
{
border-color: #A7C5C2;
}
</style>