Shades of Spring Rain #ABCEA2
Tints of Spring Rain #ABCEA2
RGB
CMYK
RGB Variations
Color information
#ABCEA2 (or 0xABCEA2) is known color: Spring Rain. HEX triplet: AB, CE and A2. RGB value is (171,206,162). Sum of RGB (Red+Green+Blue) = 171+206+162=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 162 (63.67% from 255 or 30.06% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCEA2 is #54315D. Grayscale: #BEBEBE. Windows color (decimal): -5517662 or 10669739. OLE color: 10669739.
HSL color Cylindrical-coordinate representation of color #ABCEA2: hue angle of 107.73º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABCEA2 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 162 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.19 |
| HSL | 107.73º | 0.31% | 0.72% | - |
| HSV(B) | 107.73º | 0.21% | 0.81% | - |
| XYZ | 45.39 | 55.41 | 42.49 | - |
| YUV | 190.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 162 | 0.17 | 0 | 0.21 | 0.19 | 107.73 | 0.31 | 0.72 |
| Hex | AB | CE | A2 | 11 | 0 | 15 | 13 | 6C | 1F | 48 |
| Octal | 253 | 316 | 242 | 21 | 0 | 25 | 23 | 154 | 37 | 110 |
| Binary | 10101011 | 11001110 | 10100010 | 10001 | 0 | 10101 | 10011 | 1101100 | 11111 | 1001000 |
Color Harmonies of #ABCEA2
Complementary color
Monochromatic Colors of #ABCEA2
Black with #ABCEA2
Text Example
Text Example
White with #ABCEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCEA2; }
p { color: rgb(171,206,162); }
H1.HeaderClassName
{
color: #ABCEA2;
}
.AnyTagClassName
{
color: #ABCEA2;
}
</style>
background-color css
<style>
a { background-color: #ABCEA2; }
a { background-color: rgb(171,206,162); }
div.DivClassName
{
background-color: #ABCEA2;
}
.BgClassName
{
background-color: #ABCEA2;
}
</style>
border-color css
<style>
span { border-color: #ABCEA2; }
span { border-color: rgb(171,206,162); }
td.TdClassName
{
border-color: #ABCEA2;
}
.TagClassName
{
border-color: #ABCEA2;
}
</style>