Shades of Jungle Mist #A8C1C2
Tints of Jungle Mist #A8C1C2
RGB
CMYK
RGB Variations
Color information
#A8C1C2 (or 0xA8C1C2) is known color: Jungle Mist. HEX triplet: A8, C1 and C2. RGB value is (168,193,194). Sum of RGB (Red+Green+Blue) = 168+193+194=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 194 - color contains mainly: blue. Hex color #A8C1C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C1C2 is #573E3D. Grayscale: #B9B9B9. Windows color (decimal): -5717566 or 12763560. OLE color: 12763560.
HSL color Cylindrical-coordinate representation of color #A8C1C2: hue angle of 182.31º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A8C1C2 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 194 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.24 |
| HSL | 182.31º | 0.18% | 0.71% | - |
| HSV(B) | 182.31º | 0.13% | 0.76% | - |
| XYZ | 44.96 | 50.36 | 58.39 | - |
| YUV | 185.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 194 | 0.13 | 0.01 | 0 | 0.24 | 182.31 | 0.18 | 0.71 |
| Hex | A8 | C1 | C2 | D | 1 | 0 | 18 | B6 | 12 | 47 |
| Octal | 250 | 301 | 302 | 15 | 1 | 0 | 30 | 266 | 22 | 107 |
| Binary | 10101000 | 11000001 | 11000010 | 1101 | 1 | 0 | 11000 | 10110110 | 10010 | 1000111 |
Color Harmonies of #A8C1C2
Complementary color
Monochromatic Colors of #A8C1C2
Black with #A8C1C2
Text Example
Text Example
White with #A8C1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C1C2; }
p { color: rgb(168,193,194); }
H1.HeaderClassName
{
color: #A8C1C2;
}
.AnyTagClassName
{
color: #A8C1C2;
}
</style>
background-color css
<style>
a { background-color: #A8C1C2; }
a { background-color: rgb(168,193,194); }
div.DivClassName
{
background-color: #A8C1C2;
}
.BgClassName
{
background-color: #A8C1C2;
}
</style>
border-color css
<style>
span { border-color: #A8C1C2; }
span { border-color: rgb(168,193,194); }
td.TdClassName
{
border-color: #A8C1C2;
}
.TagClassName
{
border-color: #A8C1C2;
}
</style>