#AAFFE4

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

Shades of Water Leaf #AAFFE4

Tints of Water Leaf #AAFFE4

Color information

#AAFFE4 (or 0xAAFFE4) is unknown color: approx Water Leaf. HEX triplet: AA, FF and E4. RGB value is (170,255,228). Sum of RGB (Red+Green+Blue) = 170+255+228=653 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.03% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 228 (89.45% from 255 or 34.92% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFE4 is #55001B. Grayscale: #E2E2E2. Windows color (decimal): -5570588 or 15007658. OLE color: 15007658.

HSL color Cylindrical-coordinate representation of color #AAFFE4: hue angle of 160.94º 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 #AAFFE4 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB170255228-
CMYK0.3300.110
HSL160.94º100%83.33%-
HSV(B)160.94º33.33%100%-
XYZ66.3485.6786.44-
YUV226.51128.8487.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.03%
GREEN value IS 255 (100% from 255) = 39.05%
BLUE value IS 228 (89.45% from 255) = 34.92%
R=26.03%
G=39.05%
B=34.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702552280.3300.110160.9410083.33
HexAAFFE4210B0a16453
Octal252377344410130241144123
Binary1010101011111111111001001000010101101010000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFE4; }

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

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

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

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

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

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

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

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