Shades of Spring Rain #ABC2A6
Tints of Spring Rain #ABC2A6
RGB
CMYK
RGB Variations
Color information
#ABC2A6 (or 0xABC2A6) is known color: Spring Rain. HEX triplet: AB, C2 and A6. RGB value is (171,194,166). Sum of RGB (Red+Green+Blue) = 171+194+166=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC2A6 is #543D59. Grayscale: #B8B8B8. Windows color (decimal): -5520730 or 10928811. OLE color: 10928811.
HSL color Cylindrical-coordinate representation of color #ABC2A6: hue angle of 109.29º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC2A6 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 166 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.24 |
| HSL | 109.29º | 0.19% | 0.71% | - |
| HSV(B) | 109.29º | 0.14% | 0.76% | - |
| XYZ | 42.97 | 49.99 | 43.46 | - |
| YUV | 183.93 | 117.88 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 166 | 0.12 | 0 | 0.14 | 0.24 | 109.29 | 0.19 | 0.71 |
| Hex | AB | C2 | A6 | C | 0 | E | 18 | 6D | 13 | 47 |
| Octal | 253 | 302 | 246 | 14 | 0 | 16 | 30 | 155 | 23 | 107 |
| Binary | 10101011 | 11000010 | 10100110 | 1100 | 0 | 1110 | 11000 | 1101101 | 10011 | 1000111 |
Color Harmonies of #ABC2A6
Complementary color
Monochromatic Colors of #ABC2A6
Black with #ABC2A6
Text Example
Text Example
White with #ABC2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2A6; }
p { color: rgb(171,194,166); }
H1.HeaderClassName
{
color: #ABC2A6;
}
.AnyTagClassName
{
color: #ABC2A6;
}
</style>
background-color css
<style>
a { background-color: #ABC2A6; }
a { background-color: rgb(171,194,166); }
div.DivClassName
{
background-color: #ABC2A6;
}
.BgClassName
{
background-color: #ABC2A6;
}
</style>
border-color css
<style>
span { border-color: #ABC2A6; }
span { border-color: rgb(171,194,166); }
td.TdClassName
{
border-color: #ABC2A6;
}
.TagClassName
{
border-color: #ABC2A6;
}
</style>