Shades of Jungle Mist #A0C0BE
Tints of Jungle Mist #A0C0BE
RGB
CMYK
RGB Variations
Color information
#A0C0BE (or 0xA0C0BE) is known color: Jungle Mist. HEX triplet: A0, C0 and BE. RGB value is (160,192,190). Sum of RGB (Red+Green+Blue) = 160+192+190=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C0BE is #5F3F41. Grayscale: #B6B6B6. Windows color (decimal): -6242114 or 12501152. OLE color: 12501152.
HSL color Cylindrical-coordinate representation of color #A0C0BE: hue angle of 176.25º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0C0BE is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
RGB | 160 | 192 | 190 | - |
CMYK | 0.17 | 0 | 0.01 | 0.25 |
HSL | 176.25º | 0.2% | 0.69% | - |
HSV(B) | 176.25º | 0.17% | 0.75% | - |
XYZ | 42.64 | 48.89 | 55.9 | - |
YUV | 182.2 | 132.4 | 112.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 192 | 190 | 0.17 | 0 | 0.01 | 0.25 | 176.25 | 0.2 | 0.69 |
Hex | A0 | C0 | BE | 11 | 0 | 1 | 19 | B0 | 14 | 45 |
Octal | 240 | 300 | 276 | 21 | 0 | 1 | 31 | 260 | 24 | 105 |
Binary | 10100000 | 11000000 | 10111110 | 10001 | 0 | 1 | 11001 | 10110000 | 10100 | 1000101 |
Color Harmonies of #A0C0BE
Complementary color
Monochromatic Colors of #A0C0BE
Black with #A0C0BE
Text Example
Text Example
White with #A0C0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C0BE; }
p { color: rgb(160,192,190); }
H1.HeaderClassName
{
color: #A0C0BE;
}
.AnyTagClassName
{
color: #A0C0BE;
}
</style>
background-color css
<style>
a { background-color: #A0C0BE; }
a { background-color: rgb(160,192,190); }
div.DivClassName
{
background-color: #A0C0BE;
}
.BgClassName
{
background-color: #A0C0BE;
}
</style>
border-color css
<style>
span { border-color: #A0C0BE; }
span { border-color: rgb(160,192,190); }
td.TdClassName
{
border-color: #A0C0BE;
}
.TagClassName
{
border-color: #A0C0BE;
}
</style>