Shades of Spring Rain #ABCFA2
Tints of Spring Rain #ABCFA2
RGB
CMYK
RGB Variations
Color information
#ABCFA2 (or 0xABCFA2) is known color: Spring Rain. HEX triplet: AB, CF and A2. RGB value is (171,207,162). Sum of RGB (Red+Green+Blue) = 171+207+162=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 162 (63.67% from 255 or 30% from 540); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCFA2 is #54305D. Grayscale: #BFBFBF. Windows color (decimal): -5517406 or 10669995. OLE color: 10669995.
HSL color Cylindrical-coordinate representation of color #ABCFA2: hue angle of 108º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABCFA2 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 162 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.19 |
| HSL | 108º | 0.32% | 0.72% | - |
| HSV(B) | 108º | 0.22% | 0.81% | - |
| XYZ | 45.63 | 55.89 | 42.57 | - |
| YUV | 191.11 | 111.57 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 162 | 0.17 | 0 | 0.22 | 0.19 | 108 | 0.32 | 0.72 |
| Hex | AB | CF | A2 | 11 | 0 | 16 | 13 | 6C | 20 | 48 |
| Octal | 253 | 317 | 242 | 21 | 0 | 26 | 23 | 154 | 40 | 110 |
| Binary | 10101011 | 11001111 | 10100010 | 10001 | 0 | 10110 | 10011 | 1101100 | 100000 | 1001000 |
Color Harmonies of #ABCFA2
Complementary color
Monochromatic Colors of #ABCFA2
Black with #ABCFA2
Text Example
Text Example
White with #ABCFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFA2; }
p { color: rgb(171,207,162); }
H1.HeaderClassName
{
color: #ABCFA2;
}
.AnyTagClassName
{
color: #ABCFA2;
}
</style>
background-color css
<style>
a { background-color: #ABCFA2; }
a { background-color: rgb(171,207,162); }
div.DivClassName
{
background-color: #ABCFA2;
}
.BgClassName
{
background-color: #ABCFA2;
}
</style>
border-color css
<style>
span { border-color: #ABCFA2; }
span { border-color: rgb(171,207,162); }
td.TdClassName
{
border-color: #ABCFA2;
}
.TagClassName
{
border-color: #ABCFA2;
}
</style>