#AAFDE2

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

Shades of Water Leaf #AAFDE2

Tints of Water Leaf #AAFDE2

Color information

#AAFDE2 (or 0xAAFDE2) is unknown color: approx Water Leaf. HEX triplet: AA, FD and E2. RGB value is (170,253,226). Sum of RGB (Red+Green+Blue) = 170+253+226=649 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.19% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDE2 is #55021D. Grayscale: #E1E1E1. Windows color (decimal): -5571102 or 14876074. OLE color: 14876074.

HSL color Cylindrical-coordinate representation of color #AAFDE2: hue angle of 160.48º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFDE2 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB170253226-
CMYK0.3300.110.01
HSL160.48º95.4%82.94%-
HSV(B)160.48º32.81%99.22%-
XYZ65.4384.2984.77-
YUV225.1128.588.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.19%
GREEN value IS 253 (99.22% from 255) = 38.98%
BLUE value IS 226 (88.67% from 255) = 34.82%
R=26.19%
G=38.98%
B=34.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702532260.3300.110.01160.4895.482.94
HexAAFDE2210B1a05f53
Octal252375342410131240137123
Binary1010101011111101111000101000010101111010000010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFDE2; }

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

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

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

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

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

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

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

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