Shades of Jungle Mist #A6C3C2
Tints of Jungle Mist #A6C3C2
RGB
CMYK
RGB Variations
Color information
#A6C3C2 (or 0xA6C3C2) is known color: Jungle Mist. HEX triplet: A6, C3 and C2. RGB value is (166,195,194). Sum of RGB (Red+Green+Blue) = 166+195+194=555 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.91% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C3C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C3C2 is #593C3D. Grayscale: #BABABA. Windows color (decimal): -5848126 or 12764070. OLE color: 12764070.
HSL color Cylindrical-coordinate representation of color #A6C3C2: hue angle of 177.93º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6C3C2 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 195 | 194 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.24 |
| HSL | 177.93º | 0.19% | 0.71% | - |
| HSV(B) | 177.93º | 0.15% | 0.76% | - |
| XYZ | 44.98 | 51.03 | 58.52 | - |
| YUV | 186.22 | 132.39 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 195 | 194 | 0.15 | 0 | 0.01 | 0.24 | 177.93 | 0.19 | 0.71 |
| Hex | A6 | C3 | C2 | F | 0 | 1 | 18 | B2 | 13 | 47 |
| Octal | 246 | 303 | 302 | 17 | 0 | 1 | 30 | 262 | 23 | 107 |
| Binary | 10100110 | 11000011 | 11000010 | 1111 | 0 | 1 | 11000 | 10110010 | 10011 | 1000111 |
Color Harmonies of #A6C3C2
Complementary color
Monochromatic Colors of #A6C3C2
Black with #A6C3C2
Text Example
Text Example
White with #A6C3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C3C2; }
p { color: rgb(166,195,194); }
H1.HeaderClassName
{
color: #A6C3C2;
}
.AnyTagClassName
{
color: #A6C3C2;
}
</style>
background-color css
<style>
a { background-color: #A6C3C2; }
a { background-color: rgb(166,195,194); }
div.DivClassName
{
background-color: #A6C3C2;
}
.BgClassName
{
background-color: #A6C3C2;
}
</style>
border-color css
<style>
span { border-color: #A6C3C2; }
span { border-color: rgb(166,195,194); }
td.TdClassName
{
border-color: #A6C3C2;
}
.TagClassName
{
border-color: #A6C3C2;
}
</style>