#AAF7DF

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

Shades of Water Leaf #AAF7DF

Tints of Water Leaf #AAF7DF

Color information

#AAF7DF (or 0xAAF7DF) is unknown color: approx Water Leaf. HEX triplet: AA, F7 and DF. RGB value is (170,247,223). Sum of RGB (Red+Green+Blue) = 170+247+223=640 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.56% from 640); Green value is 247 (96.88% from 255 or 38.59% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF7DF is #550820. Grayscale: #DDDDDD. Windows color (decimal): -5572641 or 14677930. OLE color: 14677930.

HSL color Cylindrical-coordinate representation of color #AAF7DF: hue angle of 161.3º 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 #AAF7DF is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB170247223-
CMYK0.3100.100.03
HSL161.3º82.8%81.76%-
HSV(B)161.3º31.17%96.86%-
XYZ63.1680.482-
YUV221.24128.9991.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.56%
GREEN value IS 247 (96.88% from 255) = 38.59%
BLUE value IS 223 (87.5% from 255) = 34.84%
R=26.56%
G=38.59%
B=34.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702472230.3100.100.03161.382.881.76
HexAAF7DF1F0A3a15352
Octal252367337370123241123122
Binary1010101011110111110111111111101010111010000110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF7DF; }

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

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

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

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

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

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

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

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