Shades of Jungle Mist #A1BEBE
Tints of Jungle Mist #A1BEBE
RGB
CMYK
RGB Variations
Color information
#A1BEBE (or 0xA1BEBE) is known color: Jungle Mist. HEX triplet: A1, BE and BE. RGB value is (161,190,190). Sum of RGB (Red+Green+Blue) = 161+190+190=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #A1BEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BEBE is #5E4141. Grayscale: #B5B5B5. Windows color (decimal): -6177090 or 12500641. OLE color: 12500641.
HSL color Cylindrical-coordinate representation of color #A1BEBE: hue angle of 180º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1BEBE is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 190 | 190 | - |
| CMYK | 0.15 | 0 | 0 | 0.25 |
| HSL | 180º | 0.18% | 0.69% | - |
| HSV(B) | 180º | 0.15% | 0.75% | - |
| XYZ | 42.41 | 48.12 | 55.77 | - |
| YUV | 181.33 | 132.89 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 190 | 0.15 | 0 | 0 | 0.25 | 180 | 0.18 | 0.69 |
| Hex | A1 | BE | BE | F | 0 | 0 | 19 | B4 | 12 | 45 |
| Octal | 241 | 276 | 276 | 17 | 0 | 0 | 31 | 264 | 22 | 105 |
| Binary | 10100001 | 10111110 | 10111110 | 1111 | 0 | 0 | 11001 | 10110100 | 10010 | 1000101 |
Color Harmonies of #A1BEBE
Complementary color
Monochromatic Colors of #A1BEBE
Black with #A1BEBE
Text Example
Text Example
White with #A1BEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BEBE; }
p { color: rgb(161,190,190); }
H1.HeaderClassName
{
color: #A1BEBE;
}
.AnyTagClassName
{
color: #A1BEBE;
}
</style>
background-color css
<style>
a { background-color: #A1BEBE; }
a { background-color: rgb(161,190,190); }
div.DivClassName
{
background-color: #A1BEBE;
}
.BgClassName
{
background-color: #A1BEBE;
}
</style>
border-color css
<style>
span { border-color: #A1BEBE; }
span { border-color: rgb(161,190,190); }
td.TdClassName
{
border-color: #A1BEBE;
}
.TagClassName
{
border-color: #A1BEBE;
}
</style>