#AAEEE0

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

Shades of Water Leaf #AAEEE0

Tints of Water Leaf #AAEEE0

Color information

#AAEEE0 (or 0xAAEEE0) is unknown color: approx Water Leaf. HEX triplet: AA, EE and E0. RGB value is (170,238,224). Sum of RGB (Red+Green+Blue) = 170+238+224=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEE0 is #55111F. Grayscale: #D8D8D8. Windows color (decimal): -5574944 or 14741162. OLE color: 14741162.

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

Color convert

RGB170238224-
CMYK0.2900.060.07
HSL167.65º66.67%80%-
HSV(B)167.65º28.57%93.33%-
XYZ60.6175.0881.82-
YUV216.07132.4795.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.90%
GREEN value IS 238 (93.36% from 255) = 37.66%
BLUE value IS 224 (87.89% from 255) = 35.44%
R=26.90%
G=37.66%
B=35.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702382240.2900.060.07167.6566.6780
HexAAEEE01D067a84350
Octal25235634035067250103120
Binary1010101011101110111000001110101101111010100010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEEE0; }

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

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

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

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

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

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

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

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