#AAF8E3

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

Shades of Water Leaf #AAF8E3

Tints of Water Leaf #AAF8E3

Color information

#AAF8E3 (or 0xAAF8E3) is unknown color: approx Water Leaf. HEX triplet: AA, F8 and E3. RGB value is (170,248,227). Sum of RGB (Red+Green+Blue) = 170+248+227=645 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.36% from 645); Green value is 248 (97.27% from 255 or 38.45% from 645); Blue value is 227 (89.06% from 255 or 35.19% from 645); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF8E3 is #55071C. Grayscale: #DEDEDE. Windows color (decimal): -5572381 or 14940330. OLE color: 14940330.

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

Color convert

RGB170248227-
CMYK0.3100.080.03
HSL163.85º84.78%81.96%-
HSV(B)163.85º31.45%97.25%-
XYZ64.0181.2384.98-
YUV222.28130.6690.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.36%
GREEN value IS 248 (97.27% from 255) = 38.45%
BLUE value IS 227 (89.06% from 255) = 35.19%
R=26.36%
G=38.45%
B=35.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702482270.3100.080.03163.8584.7881.96
HexAAF8E31F083a45552
Octal252370343370103244125122
Binary1010101011111000111000111111101000111010010010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF8E3; }

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

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

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

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

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

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

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

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