#AAF5DF

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

Shades of Water Leaf #AAF5DF

Tints of Water Leaf #AAF5DF

Color information

#AAF5DF (or 0xAAF5DF) is unknown color: approx Water Leaf. HEX triplet: AA, F5 and DF. RGB value is (170,245,223). Sum of RGB (Red+Green+Blue) = 170+245+223=638 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.65% from 638); Green value is 245 (96.09% from 255 or 38.40% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF5DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF5DF is #550A20. Grayscale: #DCDCDC. Windows color (decimal): -5573153 or 14677418. OLE color: 14677418.

HSL color Cylindrical-coordinate representation of color #AAF5DF: hue angle of 162.4º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF5DF is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB170245223-
CMYK0.3100.090.04
HSL162.4º78.95%81.37%-
HSV(B)162.4º30.61%96.08%-
XYZ62.5579.1881.8-
YUV220.07129.6592.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.65%
GREEN value IS 245 (96.09% from 255) = 38.40%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=26.65%
G=38.40%
B=34.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702452230.3100.090.04162.478.9581.37
HexAAF5DF1F094a24f51
Octal252365337370114242117121
Binary10101010111101011101111111111010011001010001010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF5DF; }

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

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

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

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

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

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

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

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