#AAF2E1

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

Shades of Water Leaf #AAF2E1

Tints of Water Leaf #AAF2E1

Color information

#AAF2E1 (or 0xAAF2E1) is unknown color: approx Water Leaf. HEX triplet: AA, F2 and E1. RGB value is (170,242,225). Sum of RGB (Red+Green+Blue) = 170+242+225=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2E1 is #550D1E. Grayscale: #DADADA. Windows color (decimal): -5573919 or 14807722. OLE color: 14807722.

HSL color Cylindrical-coordinate representation of color #AAF2E1: hue angle of 165.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2E1 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB170242225-
CMYK0.3000.070.05
HSL165.83º73.47%80.78%-
HSV(B)165.83º29.75%94.9%-
XYZ61.9277.4982.93-
YUV218.53131.6593.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.69%
GREEN value IS 242 (94.92% from 255) = 37.99%
BLUE value IS 225 (88.28% from 255) = 35.32%
R=26.69%
G=37.99%
B=35.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702422250.3000.070.05165.8373.4780.78
HexAAF2E11E075a64951
Octal25236234136075246111121
Binary1010101011110010111000011111001111011010011010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF2E1; }

 p { color: rgb(170,242,225); }

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

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

 a { background-color: rgb(170,242,225); }

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

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

 span { border-color: rgb(170,242,225); }

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