Shades of Jungle Mist #A8C8C5
Tints of Jungle Mist #A8C8C5
RGB
CMYK
RGB Variations
Color information
#A8C8C5 (or 0xA8C8C5) is known color: Jungle Mist. HEX triplet: A8, C8 and C5. RGB value is (168,200,197). Sum of RGB (Red+Green+Blue) = 168+200+197=565 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.73% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C8C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C8C5 is #57373A. Grayscale: #BEBEBE. Windows color (decimal): -5715771 or 12961960. OLE color: 12961960.
HSL color Cylindrical-coordinate representation of color #A8C8C5: hue angle of 174.38º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8C8C5 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
RGB | 168 | 200 | 197 | - |
CMYK | 0.16 | 0 | 0.02 | 0.22 |
HSL | 174.38º | 0.23% | 0.72% | - |
HSV(B) | 174.38º | 0.16% | 0.78% | - |
XYZ | 46.88 | 53.66 | 60.71 | - |
YUV | 190.09 | 131.9 | 112.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 200 | 197 | 0.16 | 0 | 0.02 | 0.22 | 174.38 | 0.23 | 0.72 |
Hex | A8 | C8 | C5 | 10 | 0 | 2 | 16 | AE | 17 | 48 |
Octal | 250 | 310 | 305 | 20 | 0 | 2 | 26 | 256 | 27 | 110 |
Binary | 10101000 | 11001000 | 11000101 | 10000 | 0 | 10 | 10110 | 10101110 | 10111 | 1001000 |
Color Harmonies of #A8C8C5
Complementary color
Monochromatic Colors of #A8C8C5
Black with #A8C8C5
Text Example
Text Example
White with #A8C8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C8C5; }
p { color: rgb(168,200,197); }
H1.HeaderClassName
{
color: #A8C8C5;
}
.AnyTagClassName
{
color: #A8C8C5;
}
</style>
background-color css
<style>
a { background-color: #A8C8C5; }
a { background-color: rgb(168,200,197); }
div.DivClassName
{
background-color: #A8C8C5;
}
.BgClassName
{
background-color: #A8C8C5;
}
</style>
border-color css
<style>
span { border-color: #A8C8C5; }
span { border-color: rgb(168,200,197); }
td.TdClassName
{
border-color: #A8C8C5;
}
.TagClassName
{
border-color: #A8C8C5;
}
</style>