Shades of Rainee #ABC2A8
Tints of Rainee #ABC2A8
RGB
CMYK
RGB Variations
Color information
#ABC2A8 (or 0xABC2A8) is known color: Rainee. HEX triplet: AB, C2 and A8. RGB value is (171,194,168). Sum of RGB (Red+Green+Blue) = 171+194+168=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC2A8 is #543D57. Grayscale: #B8B8B8. Windows color (decimal): -5520728 or 11059883. OLE color: 11059883.
HSL color Cylindrical-coordinate representation of color #ABC2A8: hue angle of 113.08º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC2A8 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 168 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.24 |
| HSL | 113.08º | 0.18% | 0.71% | - |
| HSV(B) | 113.08º | 0.13% | 0.76% | - |
| XYZ | 43.15 | 50.07 | 44.44 | - |
| YUV | 184.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 168 | 0.12 | 0 | 0.13 | 0.24 | 113.08 | 0.18 | 0.71 |
| Hex | AB | C2 | A8 | C | 0 | D | 18 | 71 | 12 | 47 |
| Octal | 253 | 302 | 250 | 14 | 0 | 15 | 30 | 161 | 22 | 107 |
| Binary | 10101011 | 11000010 | 10101000 | 1100 | 0 | 1101 | 11000 | 1110001 | 10010 | 1000111 |
Color Harmonies of #ABC2A8
Complementary color
Monochromatic Colors of #ABC2A8
Black with #ABC2A8
Text Example
Text Example
White with #ABC2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2A8; }
p { color: rgb(171,194,168); }
H1.HeaderClassName
{
color: #ABC2A8;
}
.AnyTagClassName
{
color: #ABC2A8;
}
</style>
background-color css
<style>
a { background-color: #ABC2A8; }
a { background-color: rgb(171,194,168); }
div.DivClassName
{
background-color: #ABC2A8;
}
.BgClassName
{
background-color: #ABC2A8;
}
</style>
border-color css
<style>
span { border-color: #ABC2A8; }
span { border-color: rgb(171,194,168); }
td.TdClassName
{
border-color: #ABC2A8;
}
.TagClassName
{
border-color: #ABC2A8;
}
</style>