#AAFAE4

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

Shades of Water Leaf #AAFAE4

Tints of Water Leaf #AAFAE4

Color information

#AAFAE4 (or 0xAAFAE4) is unknown color: approx Water Leaf. HEX triplet: AA, FA and E4. RGB value is (170,250,228). Sum of RGB (Red+Green+Blue) = 170+250+228=648 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.23% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 228 (89.45% from 255 or 35.19% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFAE4 is #55051B. Grayscale: #DFDFDF. Windows color (decimal): -5571868 or 15006378. OLE color: 15006378.

HSL color Cylindrical-coordinate representation of color #AAFAE4: hue angle of 163.5º 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 #AAFAE4 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB170250228-
CMYK0.3200.090.02
HSL163.5º88.89%82.35%-
HSV(B)163.5º32%98.04%-
XYZ64.7782.5285.91-
YUV223.57130.589.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.23%
GREEN value IS 250 (98.05% from 255) = 38.58%
BLUE value IS 228 (89.45% from 255) = 35.19%
R=26.23%
G=38.58%
B=35.19%

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
Decimal1702502280.3200.090.02163.588.8982.35
HexAAFAE420092a45952
Octal252372344400112244131122
Binary10101010111110101110010010000001001101010010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFAE4; }

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

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

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

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

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

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

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

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