#AABE9E

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

Shades of Spring Rain #AABE9E

Tints of Spring Rain #AABE9E

Color information

#AABE9E (or 0xAABE9E) is unknown color: approx Spring Rain. HEX triplet: AA, BE and 9E. RGB value is (170,190,158). Sum of RGB (Red+Green+Blue) = 170+190+158=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABE9E is #554161. Grayscale: #B4B4B4. Windows color (decimal): -5587298 or 10403498. OLE color: 10403498.

HSL color Cylindrical-coordinate representation of color #AABE9E: hue angle of 97.5º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AABE9E is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB170190158-
CMYK0.1100.170.25
HSL97.5º19.75%68.24%-
HSV(B)97.5º16.84%74.51%-
XYZ41.1647.8439.41-
YUV180.37115.37120.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 190 (74.61% from 255) = 36.68%
BLUE value IS 158 (62.11% from 255) = 30.50%
R=32.82%
G=36.68%
B=30.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901580.1100.170.2597.519.7568.24
HexAABE9EB01119611444
Octal252276236130213114124104
Binary1010101010111110100111101011010001110011100001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABE9E; }

 p { color: rgb(170,190,158); }

 H1.HeaderClassName
 {
   color: #AABE9E;
 }
 .AnyTagClassName
 {
   color: #AABE9E;
 }
</style>
background-color css

<style>
 a { background-color: #AABE9E; }

 a { background-color: rgb(170,190,158); }

 div.DivClassName
 {
   background-color: #AABE9E;
 }
 .BgClassName
 {
   background-color: #AABE9E;
 }
</style>
border-color css

<style>
 span { border-color: #AABE9E; }

 span { border-color: rgb(170,190,158); }

 td.TdClassName
 {
   border-color: #AABE9E;
 }
 .TagClassName
 {
   border-color: #AABE9E;
 }
</style>