#aaefe0

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

Shades of Water Leaf #AAEFE0

Tints of Water Leaf #AAEFE0

Color information

#AAEFE0 (or 0xAAEFE0) is unknown color: approx Water Leaf. HEX triplet: AA, EF and E0. RGB value is (170,239,224). Sum of RGB (Red+Green+Blue) = 170+239+224=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFE0 is #55101F. Grayscale: #D8D8D8. Windows color (decimal): -5574688 or 14741418. OLE color: 14741418.

HSL color Cylindrical-coordinate representation of color #AAEFE0: hue angle of 166.96º 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 #AAEFE0 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB170239224-
CMYK0.2900.060.06
HSL166.96º68.32%80.2%-
HSV(B)166.96º28.87%93.73%-
XYZ60.975.6681.92-
YUV216.66132.1494.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.86%
GREEN value IS 239 (93.75% from 255) = 37.76%
BLUE value IS 224 (87.89% from 255) = 35.39%
R=26.86%
G=37.76%
B=35.39%

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
Decimal1702392240.2900.060.06166.9668.3280.2
HexAAEFE01D066a74450
Octal25235734035066247104120
Binary1010101011101111111000001110101101101010011110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aaefe0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aaefe0; }

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

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

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

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

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

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

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

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