#AAEFE1

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

Shades of Water Leaf #AAEFE1

Tints of Water Leaf #AAEFE1

Color information

#AAEFE1 (or 0xAAEFE1) is unknown color: approx Water Leaf. HEX triplet: AA, EF and E1. RGB value is (170,239,225). Sum of RGB (Red+Green+Blue) = 170+239+225=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 225 (88.28% from 255 or 35.49% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFE1 is #55101E. Grayscale: #D8D8D8. Windows color (decimal): -5574687 or 14806954. OLE color: 14806954.

HSL color Cylindrical-coordinate representation of color #AAEFE1: hue angle of 167.83º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEFE1 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB170239225-
CMYK0.2900.060.06
HSL167.83º68.32%80.2%-
HSV(B)167.83º28.87%93.73%-
XYZ61.0375.7282.63-
YUV216.77132.6494.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.81%
GREEN value IS 239 (93.75% from 255) = 37.70%
BLUE value IS 225 (88.28% from 255) = 35.49%
R=26.81%
G=37.70%
B=35.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702392250.2900.060.06167.8368.3280.2
HexAAEFE11D066a84450
Octal25235734135066250104120
Binary1010101011101111111000011110101101101010100010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEFE1; }

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

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

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

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

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

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

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

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