#AAFFE9

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

Shades of Water Leaf #AAFFE9

Tints of Water Leaf #AAFFE9

Color information

#AAFFE9 (or 0xAAFFE9) is unknown color: approx Water Leaf. HEX triplet: AA, FF and E9. RGB value is (170,255,233). Sum of RGB (Red+Green+Blue) = 170+255+233=658 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.84% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 233 (91.41% from 255 or 35.41% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFFE9 is #550016. Grayscale: #E3E3E3. Windows color (decimal): -5570583 or 15335338. OLE color: 15335338.

HSL color Cylindrical-coordinate representation of color #AAFFE9: hue angle of 164.47º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFE9 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB170255233-
CMYK0.3300.090
HSL164.47º100%83.33%-
HSV(B)164.47º33.33%100%-
XYZ67.0585.9590.15-
YUV227.08131.3487.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.84%
GREEN value IS 255 (100% from 255) = 38.75%
BLUE value IS 233 (91.41% from 255) = 35.41%
R=25.84%
G=38.75%
B=35.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702552330.3300.090164.4710083.33
HexAAFFE921090a46453
Octal252377351410110244144123
Binary1010101011111111111010011000010100101010010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFE9; }

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

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

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

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

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

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

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

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