Shades of Spring Rain #A2BE9F
Tints of Spring Rain #A2BE9F
RGB
CMYK
RGB Variations
Color information
#A2BE9F (or 0xA2BE9F) is known color: Spring Rain. HEX triplet: A2, BE and 9F. RGB value is (162,190,159). Sum of RGB (Red+Green+Blue) = 162+190+159=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BE9F is #5D4160. Grayscale: #B2B2B2. Windows color (decimal): -6111585 or 10469026. OLE color: 10469026.
HSL color Cylindrical-coordinate representation of color #A2BE9F: hue angle of 114.19º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2BE9F is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
RGB | 162 | 190 | 159 | - |
CMYK | 0.15 | 0 | 0.16 | 0.25 |
HSL | 114.19º | 0.19% | 0.68% | - |
HSV(B) | 114.19º | 0.16% | 0.75% | - |
XYZ | 39.57 | 47.01 | 39.79 | - |
YUV | 178.09 | 117.22 | 116.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 190 | 159 | 0.15 | 0 | 0.16 | 0.25 | 114.19 | 0.19 | 0.68 |
Hex | A2 | BE | 9F | F | 0 | 10 | 19 | 72 | 13 | 44 |
Octal | 242 | 276 | 237 | 17 | 0 | 20 | 31 | 162 | 23 | 104 |
Binary | 10100010 | 10111110 | 10011111 | 1111 | 0 | 10000 | 11001 | 1110010 | 10011 | 1000100 |
Color Harmonies of #A2BE9F
Complementary color
Monochromatic Colors of #A2BE9F
Black with #A2BE9F
Text Example
Text Example
White with #A2BE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE9F; }
p { color: rgb(162,190,159); }
H1.HeaderClassName
{
color: #A2BE9F;
}
.AnyTagClassName
{
color: #A2BE9F;
}
</style>
background-color css
<style>
a { background-color: #A2BE9F; }
a { background-color: rgb(162,190,159); }
div.DivClassName
{
background-color: #A2BE9F;
}
.BgClassName
{
background-color: #A2BE9F;
}
</style>
border-color css
<style>
span { border-color: #A2BE9F; }
span { border-color: rgb(162,190,159); }
td.TdClassName
{
border-color: #A2BE9F;
}
.TagClassName
{
border-color: #A2BE9F;
}
</style>