Shades of Jungle Mist #A1C5C4
Tints of Jungle Mist #A1C5C4
RGB
CMYK
RGB Variations
Color information
#A1C5C4 (or 0xA1C5C4) is known color: Jungle Mist. HEX triplet: A1, C5 and C4. RGB value is (161,197,196). Sum of RGB (Red+Green+Blue) = 161+197+196=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 196 (76.95% from 255 or 35.38% from 554); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C5C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C5C4 is #5E3A3B. Grayscale: #BABABA. Windows color (decimal): -6175292 or 12895649. OLE color: 12895649.
HSL color Cylindrical-coordinate representation of color #A1C5C4: hue angle of 178.33º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1C5C4 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 196 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.23 |
| HSL | 178.33º | 0.24% | 0.7% | - |
| HSV(B) | 178.33º | 0.18% | 0.77% | - |
| XYZ | 44.63 | 51.5 | 59.81 | - |
| YUV | 186.12 | 133.57 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 196 | 0.18 | 0 | 0.01 | 0.23 | 178.33 | 0.24 | 0.7 |
| Hex | A1 | C5 | C4 | 12 | 0 | 1 | 17 | B2 | 18 | 46 |
| Octal | 241 | 305 | 304 | 22 | 0 | 1 | 27 | 262 | 30 | 106 |
| Binary | 10100001 | 11000101 | 11000100 | 10010 | 0 | 1 | 10111 | 10110010 | 11000 | 1000110 |
Color Harmonies of #A1C5C4
Complementary color
Monochromatic Colors of #A1C5C4
Black with #A1C5C4
Text Example
Text Example
White with #A1C5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C5C4; }
p { color: rgb(161,197,196); }
H1.HeaderClassName
{
color: #A1C5C4;
}
.AnyTagClassName
{
color: #A1C5C4;
}
</style>
background-color css
<style>
a { background-color: #A1C5C4; }
a { background-color: rgb(161,197,196); }
div.DivClassName
{
background-color: #A1C5C4;
}
.BgClassName
{
background-color: #A1C5C4;
}
</style>
border-color css
<style>
span { border-color: #A1C5C4; }
span { border-color: rgb(161,197,196); }
td.TdClassName
{
border-color: #A1C5C4;
}
.TagClassName
{
border-color: #A1C5C4;
}
</style>