Shades of Jungle Mist #A8C7CB
Tints of Jungle Mist #A8C7CB
RGB
CMYK
RGB Variations
Color information
#A8C7CB (or 0xA8C7CB) is known color: Jungle Mist. HEX triplet: A8, C7 and CB. RGB value is (168,199,203). Sum of RGB (Red+Green+Blue) = 168+199+203=570 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.47% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #A8C7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C7CB is #573834. Grayscale: #BEBEBE. Windows color (decimal): -5716021 or 13354920. OLE color: 13354920.
HSL color Cylindrical-coordinate representation of color #A8C7CB: hue angle of 186.86º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8C7CB is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 199 | 203 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.20 |
| HSL | 186.86º | 0.25% | 0.73% | - |
| HSV(B) | 186.86º | 0.17% | 0.8% | - |
| XYZ | 47.35 | 53.48 | 64.33 | - |
| YUV | 190.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 199 | 203 | 0.17 | 0.02 | 0 | 0.20 | 186.86 | 0.25 | 0.73 |
| Hex | A8 | C7 | CB | 11 | 2 | 0 | 14 | BB | 19 | 49 |
| Octal | 250 | 307 | 313 | 21 | 2 | 0 | 24 | 273 | 31 | 111 |
| Binary | 10101000 | 11000111 | 11001011 | 10001 | 10 | 0 | 10100 | 10111011 | 11001 | 1001001 |
Color Harmonies of #A8C7CB
Complementary color
Monochromatic Colors of #A8C7CB
Black with #A8C7CB
Text Example
Text Example
White with #A8C7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C7CB; }
p { color: rgb(168,199,203); }
H1.HeaderClassName
{
color: #A8C7CB;
}
.AnyTagClassName
{
color: #A8C7CB;
}
</style>
background-color css
<style>
a { background-color: #A8C7CB; }
a { background-color: rgb(168,199,203); }
div.DivClassName
{
background-color: #A8C7CB;
}
.BgClassName
{
background-color: #A8C7CB;
}
</style>
border-color css
<style>
span { border-color: #A8C7CB; }
span { border-color: rgb(168,199,203); }
td.TdClassName
{
border-color: #A8C7CB;
}
.TagClassName
{
border-color: #A8C7CB;
}
</style>