#AAFEE5

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

Shades of Water Leaf #AAFEE5

Tints of Water Leaf #AAFEE5

Color information

#AAFEE5 (or 0xAAFEE5) is unknown color: approx Water Leaf. HEX triplet: AA, FE and E5. RGB value is (170,254,229). Sum of RGB (Red+Green+Blue) = 170+254+229=653 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.03% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFEE5 is #55011A. Grayscale: #E2E2E2. Windows color (decimal): -5570843 or 15072938. OLE color: 15072938.

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

Color convert

RGB170254229-
CMYK0.3300.100.00
HSL162.14º97.67%83.14%-
HSV(B)162.14º33.07%99.61%-
XYZ66.1685.0987.07-
YUV226.03129.6788.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.03%
GREEN value IS 254 (99.61% from 255) = 38.90%
BLUE value IS 229 (89.84% from 255) = 35.07%
R=26.03%
G=38.90%
B=35.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702542290.3300.100.00162.1497.6783.14
HexAAFEE5210A0a26253
Octal252376345410120242142123
Binary1010101011111110111001011000010101001010001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFEE5; }

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

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

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

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

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

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

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

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