#AAEBDE

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

Shades of Water Leaf #AAEBDE

Tints of Water Leaf #AAEBDE

Color information

#AAEBDE (or 0xAAEBDE) is unknown color: approx Water Leaf. HEX triplet: AA, EB and DE. RGB value is (170,235,222). Sum of RGB (Red+Green+Blue) = 170+235+222=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBDE is #551421. Grayscale: #D6D6D6. Windows color (decimal): -5575714 or 14609322. OLE color: 14609322.

HSL color Cylindrical-coordinate representation of color #AAEBDE: hue angle of 168º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBDE is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB170235222-
CMYK0.2800.060.08
HSL168º61.9%79.41%-
HSV(B)168º27.66%92.16%-
XYZ59.4773.2480.11-
YUV214.08132.4796.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.11%
GREEN value IS 235 (92.19% from 255) = 37.48%
BLUE value IS 222 (87.11% from 255) = 35.41%
R=27.11%
G=37.48%
B=35.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702352220.2800.060.0816861.979.41
HexAAEBDE1C068a83e4f
Octal25235333634061025076117
Binary1010101011101011110111101110001101000101010001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBDE; }

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

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

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

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

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

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

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

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