#AAFFE3

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

Shades of Water Leaf #AAFFE3

Tints of Water Leaf #AAFFE3

Color information

#AAFFE3 (or 0xAAFFE3) is unknown color: approx Water Leaf. HEX triplet: AA, FF and E3. RGB value is (170,255,227). Sum of RGB (Red+Green+Blue) = 170+255+227=652 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.07% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 227 (89.06% from 255 or 34.82% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFE3 is #55001C. Grayscale: #E2E2E2. Windows color (decimal): -5570589 or 14942122. OLE color: 14942122.

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

Color convert

RGB170255227-
CMYK0.3300.110
HSL160.24º100%83.33%-
HSV(B)160.24º33.33%100%-
XYZ66.285.6185.71-
YUV226.39128.3487.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.07%
GREEN value IS 255 (100% from 255) = 39.11%
BLUE value IS 227 (89.06% from 255) = 34.82%
R=26.07%
G=39.11%
B=34.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702552270.3300.110160.2410083.33
HexAAFFE3210B0a06453
Octal252377343410130240144123
Binary1010101011111111111000111000010101101010000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFE3; }

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

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

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

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

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

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

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

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