#AAFAE5

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

Shades of Water Leaf #AAFAE5

Tints of Water Leaf #AAFAE5

Color information

#AAFAE5 (or 0xAAFAE5) is unknown color: approx Water Leaf. HEX triplet: AA, FA and E5. RGB value is (170,250,229). Sum of RGB (Red+Green+Blue) = 170+250+229=649 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.19% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFAE5 is #55051A. Grayscale: #DFDFDF. Windows color (decimal): -5571867 or 15071914. OLE color: 15071914.

HSL color Cylindrical-coordinate representation of color #AAFAE5: hue angle of 164.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFAE5 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB170250229-
CMYK0.3200.080.02
HSL164.25º88.89%82.35%-
HSV(B)164.25º32%98.04%-
XYZ64.9182.5786.65-
YUV223.6913189.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.19%
GREEN value IS 250 (98.05% from 255) = 38.52%
BLUE value IS 229 (89.84% from 255) = 35.29%
R=26.19%
G=38.52%
B=35.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702502290.3200.080.02164.2588.8982.35
HexAAFAE520082a45952
Octal252372345400102244131122
Binary10101010111110101110010110000001000101010010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFAE5; }

 p { color: rgb(170,250,229); }

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

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

 a { background-color: rgb(170,250,229); }

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

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

 span { border-color: rgb(170,250,229); }

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