#AAE9E1

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

Shades of Water Leaf #AAE9E1

Tints of Water Leaf #AAE9E1

Color information

#AAE9E1 (or 0xAAE9E1) is unknown color: approx Water Leaf. HEX triplet: AA, E9 and E1. RGB value is (170,233,225). Sum of RGB (Red+Green+Blue) = 170+233+225=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 225 (88.28% from 255 or 35.83% from 628); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9E1 is #55161E. Grayscale: #D5D5D5. Windows color (decimal): -5576223 or 14805418. OLE color: 14805418.

HSL color Cylindrical-coordinate representation of color #AAE9E1: hue angle of 172.38º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE9E1 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB170233225-
CMYK0.2700.030.09
HSL172.38º58.88%79.02%-
HSV(B)172.38º27.04%91.37%-
XYZ59.3172.2682.06-
YUV213.25134.6397.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.07%
GREEN value IS 233 (91.41% from 255) = 37.10%
BLUE value IS 225 (88.28% from 255) = 35.83%
R=27.07%
G=37.10%
B=35.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702332250.2700.030.09172.3858.8879.02
HexAAE9E11B039ac3b4f
Octal25235134133031125473117
Binary101010101110100111100001110110111001101011001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE9E1; }

 p { color: rgb(170,233,225); }

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

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

 a { background-color: rgb(170,233,225); }

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

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

 span { border-color: rgb(170,233,225); }

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