Shades of Jungle Mist #A5C5C4
Tints of Jungle Mist #A5C5C4
RGB
CMYK
RGB Variations
Color information
#A5C5C4 (or 0xA5C5C4) is known color: Jungle Mist. HEX triplet: A5, C5 and C4. RGB value is (165,197,196). Sum of RGB (Red+Green+Blue) = 165+197+196=558 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.57% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 196 (76.95% from 255 or 35.13% from 558); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C5C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C5C4 is #5A3A3B. Grayscale: #BBBBBB. Windows color (decimal): -5913148 or 12895653. OLE color: 12895653.
HSL color Cylindrical-coordinate representation of color #A5C5C4: hue angle of 178.12º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5C5C4 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 197 | 196 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.23 |
| HSL | 178.13º | 0.22% | 0.71% | - |
| HSV(B) | 178.13º | 0.16% | 0.77% | - |
| XYZ | 45.45 | 51.92 | 59.85 | - |
| YUV | 187.32 | 132.9 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 196 | 0.16 | 0 | 0.01 | 0.23 | 178.13 | 0.22 | 0.71 |
| Hex | A5 | C5 | C4 | 10 | 0 | 1 | 17 | B2 | 16 | 47 |
| Octal | 245 | 305 | 304 | 20 | 0 | 1 | 27 | 262 | 26 | 107 |
| Binary | 10100101 | 11000101 | 11000100 | 10000 | 0 | 1 | 10111 | 10110010 | 10110 | 1000111 |
Color Harmonies of #A5C5C4
Complementary color
Monochromatic Colors of #A5C5C4
Black with #A5C5C4
Text Example
Text Example
White with #A5C5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C5C4; }
p { color: rgb(165,197,196); }
H1.HeaderClassName
{
color: #A5C5C4;
}
.AnyTagClassName
{
color: #A5C5C4;
}
</style>
background-color css
<style>
a { background-color: #A5C5C4; }
a { background-color: rgb(165,197,196); }
div.DivClassName
{
background-color: #A5C5C4;
}
.BgClassName
{
background-color: #A5C5C4;
}
</style>
border-color css
<style>
span { border-color: #A5C5C4; }
span { border-color: rgb(165,197,196); }
td.TdClassName
{
border-color: #A5C5C4;
}
.TagClassName
{
border-color: #A5C5C4;
}
</style>