#AAEBE2

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

Shades of Water Leaf #AAEBE2

Tints of Water Leaf #AAEBE2

Color information

#AAEBE2 (or 0xAAEBE2) is unknown color: approx Water Leaf. HEX triplet: AA, EB and E2. RGB value is (170,235,226). Sum of RGB (Red+Green+Blue) = 170+235+226=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 226 (88.67% from 255 or 35.82% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBE2 is #55141D. Grayscale: #D6D6D6. Windows color (decimal): -5575710 or 14871466. OLE color: 14871466.

HSL color Cylindrical-coordinate representation of color #AAEBE2: hue angle of 171.69º 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 #AAEBE2 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB170235226-
CMYK0.2800.040.08
HSL171.69º61.9%79.41%-
HSV(B)171.69º27.66%92.16%-
XYZ60.0173.4582.97-
YUV214.54134.4796.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.94%
GREEN value IS 235 (92.19% from 255) = 37.24%
BLUE value IS 226 (88.67% from 255) = 35.82%
R=26.94%
G=37.24%
B=35.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702352260.2800.040.08171.6961.979.41
HexAAEBE21C048ac3e4f
Octal25235334234041025476117
Binary1010101011101011111000101110001001000101011001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBE2; }

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

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

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

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

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

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

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

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