Shades of Jungle Mist #A3C0BE
Tints of Jungle Mist #A3C0BE
RGB
CMYK
RGB Variations
Color information
#A3C0BE (or 0xA3C0BE) is known color: Jungle Mist. HEX triplet: A3, C0 and BE. RGB value is (163,192,190). Sum of RGB (Red+Green+Blue) = 163+192+190=545 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.91% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C0BE is #5C3F41. Grayscale: #B7B7B7. Windows color (decimal): -6045506 or 12501155. OLE color: 12501155.
HSL color Cylindrical-coordinate representation of color #A3C0BE: hue angle of 175.86º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3C0BE is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 190 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.25 |
| HSL | 175.86º | 0.19% | 0.7% | - |
| HSV(B) | 175.86º | 0.15% | 0.75% | - |
| XYZ | 43.25 | 49.2 | 55.93 | - |
| YUV | 183.1 | 131.89 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 190 | 0.15 | 0 | 0.01 | 0.25 | 175.86 | 0.19 | 0.7 |
| Hex | A3 | C0 | BE | F | 0 | 1 | 19 | B0 | 13 | 46 |
| Octal | 243 | 300 | 276 | 17 | 0 | 1 | 31 | 260 | 23 | 106 |
| Binary | 10100011 | 11000000 | 10111110 | 1111 | 0 | 1 | 11001 | 10110000 | 10011 | 1000110 |
Color Harmonies of #A3C0BE
Complementary color
Monochromatic Colors of #A3C0BE
Black with #A3C0BE
Text Example
Text Example
White with #A3C0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C0BE; }
p { color: rgb(163,192,190); }
H1.HeaderClassName
{
color: #A3C0BE;
}
.AnyTagClassName
{
color: #A3C0BE;
}
</style>
background-color css
<style>
a { background-color: #A3C0BE; }
a { background-color: rgb(163,192,190); }
div.DivClassName
{
background-color: #A3C0BE;
}
.BgClassName
{
background-color: #A3C0BE;
}
</style>
border-color css
<style>
span { border-color: #A3C0BE; }
span { border-color: rgb(163,192,190); }
td.TdClassName
{
border-color: #A3C0BE;
}
.TagClassName
{
border-color: #A3C0BE;
}
</style>