#AEE9DE

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

Shades of Water Leaf #AEE9DE

Tints of Water Leaf #AEE9DE

Color information

#AEE9DE (or 0xAEE9DE) is unknown color: approx Water Leaf. HEX triplet: AE, E9 and DE. RGB value is (174,233,222). Sum of RGB (Red+Green+Blue) = 174+233+222=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 233 (91.41% from 255 or 37.04% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 233 - color contains mainly: green. Hex color #AEE9DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE9DE is #511621. Grayscale: #D6D6D6. Windows color (decimal): -5314082 or 14608814. OLE color: 14608814.

HSL color Cylindrical-coordinate representation of color #AEE9DE: hue angle of 168.81º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEE9DE is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB174233222-
CMYK0.2500.050.09
HSL168.81º57.28%79.8%-
HSV(B)168.81º25.32%91.37%-
XYZ59.7872.5579.96-
YUV214.1132.4599.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.66%
GREEN value IS 233 (91.41% from 255) = 37.04%
BLUE value IS 222 (87.11% from 255) = 35.29%
R=27.66%
G=37.04%
B=35.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1742332220.2500.050.09168.8157.2879.8
HexAEE9DE19059a93950
Octal25635133631051125171120
Binary1010111011101001110111101100101011001101010011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE9DE; }

 p { color: rgb(174,233,222); }

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

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

 a { background-color: rgb(174,233,222); }

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

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

 span { border-color: rgb(174,233,222); }

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