#AAEAE1

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

Shades of Water Leaf #AAEAE1

Tints of Water Leaf #AAEAE1

Color information

#AAEAE1 (or 0xAAEAE1) is unknown color: approx Water Leaf. HEX triplet: AA, EA and E1. RGB value is (170,234,225). Sum of RGB (Red+Green+Blue) = 170+234+225=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAE1 is #55151E. Grayscale: #D5D5D5. Windows color (decimal): -5575967 or 14805674. OLE color: 14805674.

HSL color Cylindrical-coordinate representation of color #AAEAE1: hue angle of 171.56º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEAE1 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB170234225-
CMYK0.2700.040.08
HSL171.56º60.38%79.22%-
HSV(B)171.56º27.35%91.76%-
XYZ59.5972.8382.15-
YUV213.84134.396.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.03%
GREEN value IS 234 (91.80% from 255) = 37.20%
BLUE value IS 225 (88.28% from 255) = 35.77%
R=27.03%
G=37.20%
B=35.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702342250.2700.040.08171.5660.3879.22
HexAAEAE11B048ac3c4f
Octal25235234133041025474117
Binary1010101011101010111000011101101001000101011001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEAE1; }

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

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

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

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

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

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

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

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