#AABEA8

Color #AABEA8 Rainee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rainee #AABEA8

Tints of Rainee #AABEA8

Color information

#AABEA8 (or 0xAABEA8) is unknown color: approx 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

RGB170190168-
CMYK0.1100.120.25
HSL114.55º14.47%70.2%-
HSV(B)114.55º11.58%74.51%-
XYZ42.0648.244.13-
YUV181.51120.37119.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 190 (74.61% from 255) = 35.98%
BLUE value IS 168 (66.02% from 255) = 31.82%
R=32.20%
G=35.98%
B=31.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901680.1100.120.25114.5514.4770.2
HexAABEA8B0C1973e46
Octal252276250130143116316106
Binary10101010101111101010100010110110011001111001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>