#AAFAE9

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

Shades of Water Leaf #AAFAE9

Tints of Water Leaf #AAFAE9

Color information

#AAFAE9 (or 0xAAFAE9) is unknown color: approx Water Leaf. HEX triplet: AA, FA and E9. RGB value is (170,250,233). Sum of RGB (Red+Green+Blue) = 170+250+233=653 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.03% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFAE9 is #550516. Grayscale: #E0E0E0. Windows color (decimal): -5571863 or 15334058. OLE color: 15334058.

HSL color Cylindrical-coordinate representation of color #AAFAE9: hue angle of 167.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 #AAFAE9 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB170250233-
CMYK0.3200.070.02
HSL167.25º88.89%82.35%-
HSV(B)167.25º32%98.04%-
XYZ65.4782.889.62-
YUV224.1413389.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.03%
GREEN value IS 250 (98.05% from 255) = 38.28%
BLUE value IS 233 (91.41% from 255) = 35.68%
R=26.03%
G=38.28%
B=35.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702502330.3200.070.02167.2588.8982.35
HexAAFAE920072a75952
Octal25237235140072247131122
Binary1010101011111010111010011000000111101010011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFAE9; }

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

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

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

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

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

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

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

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