#AAFFE7

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

Shades of Water Leaf #AAFFE7

Tints of Water Leaf #AAFFE7

Color information

#AAFFE7 (or 0xAAFFE7) is unknown color: approx Water Leaf. HEX triplet: AA, FF and E7. RGB value is (170,255,231). Sum of RGB (Red+Green+Blue) = 170+255+231=656 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.91% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 231 (90.62% from 255 or 35.21% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFFE7 is #550018. Grayscale: #E2E2E2. Windows color (decimal): -5570585 or 15204266. OLE color: 15204266.

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

Color convert

RGB170255231-
CMYK0.3300.090
HSL163.06º100%83.33%-
HSV(B)163.06º33.33%100%-
XYZ66.7685.8488.65-
YUV226.85130.3487.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.91%
GREEN value IS 255 (100% from 255) = 38.87%
BLUE value IS 231 (90.62% from 255) = 35.21%
R=25.91%
G=38.87%
B=35.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702552310.3300.090163.0610083.33
HexAAFFE721090a36453
Octal252377347410110243144123
Binary1010101011111111111001111000010100101010001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFE7; }

 p { color: rgb(170,255,231); }

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

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

 a { background-color: rgb(170,255,231); }

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

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

 span { border-color: rgb(170,255,231); }

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