Shades of Jungle Mist #A8C0BF
Tints of Jungle Mist #A8C0BF
RGB
CMYK
RGB Variations
Color information
#A8C0BF (or 0xA8C0BF) is known color: Jungle Mist. HEX triplet: A8, C0 and BF. RGB value is (168,192,191). Sum of RGB (Red+Green+Blue) = 168+192+191=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C0BF is #573F40. Grayscale: #B8B8B8. Windows color (decimal): -5717825 or 12566696. OLE color: 12566696.
HSL color Cylindrical-coordinate representation of color #A8C0BF: hue angle of 177.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8C0BF is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
RGB | 168 | 192 | 191 | - |
CMYK | 0.12 | 0 | 0.01 | 0.25 |
HSL | 177.5º | 0.16% | 0.71% | - |
HSV(B) | 177.5º | 0.13% | 0.75% | - |
XYZ | 44.4 | 49.79 | 56.56 | - |
YUV | 184.71 | 131.55 | 116.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 192 | 191 | 0.12 | 0 | 0.01 | 0.25 | 177.5 | 0.16 | 0.71 |
Hex | A8 | C0 | BF | C | 0 | 1 | 19 | B2 | 10 | 47 |
Octal | 250 | 300 | 277 | 14 | 0 | 1 | 31 | 262 | 20 | 107 |
Binary | 10101000 | 11000000 | 10111111 | 1100 | 0 | 1 | 11001 | 10110010 | 10000 | 1000111 |
Color Harmonies of #A8C0BF
Complementary color
Monochromatic Colors of #A8C0BF
Black with #A8C0BF
Text Example
Text Example
White with #A8C0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C0BF; }
p { color: rgb(168,192,191); }
H1.HeaderClassName
{
color: #A8C0BF;
}
.AnyTagClassName
{
color: #A8C0BF;
}
</style>
background-color css
<style>
a { background-color: #A8C0BF; }
a { background-color: rgb(168,192,191); }
div.DivClassName
{
background-color: #A8C0BF;
}
.BgClassName
{
background-color: #A8C0BF;
}
</style>
border-color css
<style>
span { border-color: #A8C0BF; }
span { border-color: rgb(168,192,191); }
td.TdClassName
{
border-color: #A8C0BF;
}
.TagClassName
{
border-color: #A8C0BF;
}
</style>