Shades of Jungle Mist #A4C1C5
Tints of Jungle Mist #A4C1C5
RGB
CMYK
RGB Variations
Color information
#A4C1C5 (or 0xA4C1C5) is known color: Jungle Mist. HEX triplet: A4, C1 and C5. RGB value is (164,193,197). Sum of RGB (Red+Green+Blue) = 164+193+197=554 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.60% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 197 - color contains mainly: blue. Hex color #A4C1C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C1C5 is #5B3E3A. Grayscale: #B8B8B8. Windows color (decimal): -5979707 or 12960164. OLE color: 12960164.
HSL color Cylindrical-coordinate representation of color #A4C1C5: hue angle of 187.27º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A4C1C5 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 193 | 197 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.23 |
| HSL | 187.27º | 0.22% | 0.71% | - |
| HSV(B) | 187.27º | 0.17% | 0.77% | - |
| XYZ | 44.46 | 50.06 | 60.14 | - |
| YUV | 184.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 193 | 197 | 0.17 | 0.02 | 0 | 0.23 | 187.27 | 0.22 | 0.71 |
| Hex | A4 | C1 | C5 | 11 | 2 | 0 | 17 | BB | 16 | 47 |
| Octal | 244 | 301 | 305 | 21 | 2 | 0 | 27 | 273 | 26 | 107 |
| Binary | 10100100 | 11000001 | 11000101 | 10001 | 10 | 0 | 10111 | 10111011 | 10110 | 1000111 |
Color Harmonies of #A4C1C5
Complementary color
Monochromatic Colors of #A4C1C5
Black with #A4C1C5
Text Example
Text Example
White with #A4C1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C1C5; }
p { color: rgb(164,193,197); }
H1.HeaderClassName
{
color: #A4C1C5;
}
.AnyTagClassName
{
color: #A4C1C5;
}
</style>
background-color css
<style>
a { background-color: #A4C1C5; }
a { background-color: rgb(164,193,197); }
div.DivClassName
{
background-color: #A4C1C5;
}
.BgClassName
{
background-color: #A4C1C5;
}
</style>
border-color css
<style>
span { border-color: #A4C1C5; }
span { border-color: rgb(164,193,197); }
td.TdClassName
{
border-color: #A4C1C5;
}
.TagClassName
{
border-color: #A4C1C5;
}
</style>