#AAECE1

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

Shades of Water Leaf #AAECE1

Tints of Water Leaf #AAECE1

Color information

#AAECE1 (or 0xAAECE1) is unknown color: approx Water Leaf. HEX triplet: AA, EC and E1. RGB value is (170,236,225). Sum of RGB (Red+Green+Blue) = 170+236+225=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECE1 is #55131E. Grayscale: #D6D6D6. Windows color (decimal): -5575455 or 14806186. OLE color: 14806186.

HSL color Cylindrical-coordinate representation of color #AAECE1: hue angle of 170º degrees, saturation: 0.63, 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 #AAECE1 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB170236225-
CMYK0.2800.050.07
HSL170º63.46%79.61%-
HSV(B)170º27.97%92.55%-
XYZ60.1673.9782.34-
YUV215.01133.6395.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.94%
GREEN value IS 236 (92.58% from 255) = 37.40%
BLUE value IS 225 (88.28% from 255) = 35.66%
R=26.94%
G=37.40%
B=35.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702362250.2800.050.0717063.4679.61
HexAAECE11C057aa3f50
Octal2523543413405725277120
Binary101010101110110011100001111000101111101010101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAECE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAECE1; }

 p { color: rgb(170,236,225); }

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

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

 a { background-color: rgb(170,236,225); }

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

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

 span { border-color: rgb(170,236,225); }

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