#AAF7E1

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

Shades of Water Leaf #AAF7E1

Tints of Water Leaf #AAF7E1

Color information

#AAF7E1 (or 0xAAF7E1) is unknown color: approx Water Leaf. HEX triplet: AA, F7 and E1. RGB value is (170,247,225). Sum of RGB (Red+Green+Blue) = 170+247+225=642 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.48% from 642); Green value is 247 (96.88% from 255 or 38.47% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF7E1 is #55081E. Grayscale: #DDDDDD. Windows color (decimal): -5572639 or 14809002. OLE color: 14809002.

HSL color Cylindrical-coordinate representation of color #AAF7E1: hue angle of 162.86º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF7E1 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB170247225-
CMYK0.3100.090.03
HSL162.86º82.8%81.76%-
HSV(B)162.86º31.17%96.86%-
XYZ63.4380.583.43-
YUV221.47129.9991.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.48%
GREEN value IS 247 (96.88% from 255) = 38.47%
BLUE value IS 225 (88.28% from 255) = 35.05%
R=26.48%
G=38.47%
B=35.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702472250.3100.090.03162.8682.881.76
HexAAF7E11F093a35352
Octal252367341370113243123122
Binary1010101011110111111000011111101001111010001110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF7E1; }

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

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

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

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

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

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

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

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