#AAFAE3

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

Shades of Water Leaf #AAFAE3

Tints of Water Leaf #AAFAE3

Color information

#AAFAE3 (or 0xAAFAE3) is unknown color: approx Water Leaf. HEX triplet: AA, FA and E3. RGB value is (170,250,227). Sum of RGB (Red+Green+Blue) = 170+250+227=647 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.28% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 227 (89.06% from 255 or 35.09% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFAE3 is #55051C. Grayscale: #DFDFDF. Windows color (decimal): -5571869 or 14940842. OLE color: 14940842.

HSL color Cylindrical-coordinate representation of color #AAFAE3: hue angle of 162.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFAE3 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB170250227-
CMYK0.3200.090.02
HSL162.75º88.89%82.35%-
HSV(B)162.75º32%98.04%-
XYZ64.6382.4685.18-
YUV223.4613089.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.28%
GREEN value IS 250 (98.05% from 255) = 38.64%
BLUE value IS 227 (89.06% from 255) = 35.09%
R=26.28%
G=38.64%
B=35.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702502270.3200.090.02162.7588.8982.35
HexAAFAE320092a35952
Octal252372343400112243131122
Binary10101010111110101110001110000001001101010001110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFAE3; }

 p { color: rgb(170,250,227); }

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

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

 a { background-color: rgb(170,250,227); }

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

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

 span { border-color: rgb(170,250,227); }

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