Shades of Rainee #AABEA8
Tints of Rainee #AABEA8
RGB
CMYK
RGB Variations
Color information
#AABEA8 (or 0xAABEA8) is known color: Rainee. HEX triplet: AA, BE and A8. RGB value is (170,190,168). Sum of RGB (Red+Green+Blue) = 170+190+168=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABEA8 is #554157. Grayscale: #B5B5B5. Windows color (decimal): -5587288 or 11058858. OLE color: 11058858.
HSL color Cylindrical-coordinate representation of color #AABEA8: hue angle of 114.55º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AABEA8 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
RGB | 170 | 190 | 168 | - |
CMYK | 0.11 | 0 | 0.12 | 0.25 |
HSL | 114.55º | 0.14% | 0.7% | - |
HSV(B) | 114.55º | 0.12% | 0.75% | - |
XYZ | 42.06 | 48.2 | 44.13 | - |
YUV | 181.51 | 120.37 | 119.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 190 | 168 | 0.11 | 0 | 0.12 | 0.25 | 114.55 | 0.14 | 0.7 |
Hex | AA | BE | A8 | B | 0 | C | 19 | 73 | E | 46 |
Octal | 252 | 276 | 250 | 13 | 0 | 14 | 31 | 163 | 16 | 106 |
Binary | 10101010 | 10111110 | 10101000 | 1011 | 0 | 1100 | 11001 | 1110011 | 1110 | 1000110 |
Color Harmonies of #AABEA8
Complementary color
Monochromatic Colors of #AABEA8
Black with #AABEA8
Text Example
Text Example
White with #AABEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABEA8; }
p { color: rgb(170,190,168); }
H1.HeaderClassName
{
color: #AABEA8;
}
.AnyTagClassName
{
color: #AABEA8;
}
</style>
background-color css
<style>
a { background-color: #AABEA8; }
a { background-color: rgb(170,190,168); }
div.DivClassName
{
background-color: #AABEA8;
}
.BgClassName
{
background-color: #AABEA8;
}
</style>
border-color css
<style>
span { border-color: #AABEA8; }
span { border-color: rgb(170,190,168); }
td.TdClassName
{
border-color: #AABEA8;
}
.TagClassName
{
border-color: #AABEA8;
}
</style>