#AAEDDE

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

Shades of Water Leaf #AAEDDE

Tints of Water Leaf #AAEDDE

Color information

#AAEDDE (or 0xAAEDDE) is unknown color: approx Water Leaf. HEX triplet: AA, ED and DE. RGB value is (170,237,222). Sum of RGB (Red+Green+Blue) = 170+237+222=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEDDE is #551221. Grayscale: #D7D7D7. Windows color (decimal): -5575202 or 14609834. OLE color: 14609834.

HSL color Cylindrical-coordinate representation of color #AAEDDE: hue angle of 166.57º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEDDE is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB170237222-
CMYK0.2800.060.07
HSL166.57º65.05%79.8%-
HSV(B)166.57º28.27%92.94%-
XYZ60.0574.3980.3-
YUV215.26131.895.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.03%
GREEN value IS 237 (92.97% from 255) = 37.68%
BLUE value IS 222 (87.11% from 255) = 35.29%
R=27.03%
G=37.68%
B=35.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702372220.2800.060.07166.5765.0579.8
HexAAEDDE1C067a74150
Octal25235533634067247101120
Binary1010101011101101110111101110001101111010011110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEDDE; }

 p { color: rgb(170,237,222); }

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

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

 a { background-color: rgb(170,237,222); }

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

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

 span { border-color: rgb(170,237,222); }

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