Shades of Rainee #ABC4A6
Tints of Rainee #ABC4A6
RGB
CMYK
RGB Variations
Color information
#ABC4A6 (or 0xABC4A6) is known color: Rainee. HEX triplet: AB, C4 and A6. RGB value is (171,196,166). Sum of RGB (Red+Green+Blue) = 171+196+166=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC4A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC4A6 is #543B59. Grayscale: #B9B9B9. Windows color (decimal): -5520218 or 10929323. OLE color: 10929323.
HSL color Cylindrical-coordinate representation of color #ABC4A6: hue angle of 110º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABC4A6 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 166 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.23 |
| HSL | 110º | 0.2% | 0.71% | - |
| HSV(B) | 110º | 0.15% | 0.77% | - |
| XYZ | 43.42 | 50.89 | 43.61 | - |
| YUV | 185.11 | 117.22 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 166 | 0.13 | 0 | 0.15 | 0.23 | 110 | 0.2 | 0.71 |
| Hex | AB | C4 | A6 | D | 0 | F | 17 | 6E | 14 | 47 |
| Octal | 253 | 304 | 246 | 15 | 0 | 17 | 27 | 156 | 24 | 107 |
| Binary | 10101011 | 11000100 | 10100110 | 1101 | 0 | 1111 | 10111 | 1101110 | 10100 | 1000111 |
Color Harmonies of #ABC4A6
Complementary color
Monochromatic Colors of #ABC4A6
Black with #ABC4A6
Text Example
Text Example
White with #ABC4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC4A6; }
p { color: rgb(171,196,166); }
H1.HeaderClassName
{
color: #ABC4A6;
}
.AnyTagClassName
{
color: #ABC4A6;
}
</style>
background-color css
<style>
a { background-color: #ABC4A6; }
a { background-color: rgb(171,196,166); }
div.DivClassName
{
background-color: #ABC4A6;
}
.BgClassName
{
background-color: #ABC4A6;
}
</style>
border-color css
<style>
span { border-color: #ABC4A6; }
span { border-color: rgb(171,196,166); }
td.TdClassName
{
border-color: #ABC4A6;
}
.TagClassName
{
border-color: #ABC4A6;
}
</style>