#AAF7E8

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

Shades of Water Leaf #AAF7E8

Tints of Water Leaf #AAF7E8

Color information

#AAF7E8 (or 0xAAF7E8) is unknown color: approx Water Leaf. HEX triplet: AA, F7 and E8. RGB value is (170,247,232). Sum of RGB (Red+Green+Blue) = 170+247+232=649 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.19% from 649); Green value is 247 (96.88% from 255 or 38.06% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF7E8 is #550817. Grayscale: #DEDEDE. Windows color (decimal): -5572632 or 15267754. OLE color: 15267754.

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

Color convert

RGB170247232-
CMYK0.3100.060.03
HSL168.31º82.8%81.76%-
HSV(B)168.31º31.17%96.86%-
XYZ64.480.8988.56-
YUV222.27133.4990.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.19%
GREEN value IS 247 (96.88% from 255) = 38.06%
BLUE value IS 232 (91.02% from 255) = 35.75%
R=26.19%
G=38.06%
B=35.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702472320.3100.060.03168.3182.881.76
HexAAF7E81F063a85352
Octal25236735037063250123122
Binary101010101111011111101000111110110111010100010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF7E8; }

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

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

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

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

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

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

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

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