Shades of Jungle Mist #A6C5C4
Tints of Jungle Mist #A6C5C4
RGB
CMYK
RGB Variations
Color information
#A6C5C4 (or 0xA6C5C4) is known color: Jungle Mist. HEX triplet: A6, C5 and C4. RGB value is (166,197,196). Sum of RGB (Red+Green+Blue) = 166+197+196=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C5C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C5C4 is #593A3B. Grayscale: #BBBBBB. Windows color (decimal): -5847612 or 12895654. OLE color: 12895654.
HSL color Cylindrical-coordinate representation of color #A6C5C4: hue angle of 178.06º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6C5C4 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 197 | 196 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.23 |
| HSL | 178.06º | 0.21% | 0.71% | - |
| HSV(B) | 178.06º | 0.16% | 0.77% | - |
| XYZ | 45.66 | 52.03 | 59.86 | - |
| YUV | 187.62 | 132.73 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 197 | 196 | 0.16 | 0 | 0.01 | 0.23 | 178.06 | 0.21 | 0.71 |
| Hex | A6 | C5 | C4 | 10 | 0 | 1 | 17 | B2 | 15 | 47 |
| Octal | 246 | 305 | 304 | 20 | 0 | 1 | 27 | 262 | 25 | 107 |
| Binary | 10100110 | 11000101 | 11000100 | 10000 | 0 | 1 | 10111 | 10110010 | 10101 | 1000111 |
Color Harmonies of #A6C5C4
Complementary color
Monochromatic Colors of #A6C5C4
Black with #A6C5C4
Text Example
Text Example
White with #A6C5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C5C4; }
p { color: rgb(166,197,196); }
H1.HeaderClassName
{
color: #A6C5C4;
}
.AnyTagClassName
{
color: #A6C5C4;
}
</style>
background-color css
<style>
a { background-color: #A6C5C4; }
a { background-color: rgb(166,197,196); }
div.DivClassName
{
background-color: #A6C5C4;
}
.BgClassName
{
background-color: #A6C5C4;
}
</style>
border-color css
<style>
span { border-color: #A6C5C4; }
span { border-color: rgb(166,197,196); }
td.TdClassName
{
border-color: #A6C5C4;
}
.TagClassName
{
border-color: #A6C5C4;
}
</style>