#AAFAE6

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

Shades of Water Leaf #AAFAE6

Tints of Water Leaf #AAFAE6

Color information

#AAFAE6 (or 0xAAFAE6) is unknown color: approx Water Leaf. HEX triplet: AA, FA and E6. RGB value is (170,250,230). Sum of RGB (Red+Green+Blue) = 170+250+230=650 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.15% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 230 (90.23% from 255 or 35.38% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFAE6 is #550519. Grayscale: #DFDFDF. Windows color (decimal): -5571866 or 15137450. OLE color: 15137450.

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

Color convert

RGB170250230-
CMYK0.3200.080.02
HSL165º88.89%82.35%-
HSV(B)165º32%98.04%-
XYZ65.0582.6387.38-
YUV223.8131.589.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.15%
GREEN value IS 250 (98.05% from 255) = 38.46%
BLUE value IS 230 (90.23% from 255) = 35.38%
R=26.15%
G=38.46%
B=35.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702502300.3200.080.0216588.8982.35
HexAAFAE620082a55952
Octal252372346400102245131122
Binary10101010111110101110011010000001000101010010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFAE6; }

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

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

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

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

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

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

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

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