#A1FAE2

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

Shades of Water Leaf #A1FAE2

Tints of Water Leaf #A1FAE2

Color information

#A1FAE2 (or 0xA1FAE2) is unknown color: approx Water Leaf. HEX triplet: A1, FA and E2. RGB value is (161,250,226). Sum of RGB (Red+Green+Blue) = 161+250+226=637 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.27% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FAE2 is #5E051D. Grayscale: #DCDCDC. Windows color (decimal): -6161694 or 14875297. OLE color: 14875297.

HSL color Cylindrical-coordinate representation of color #A1FAE2: hue angle of 163.82º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FAE2 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB161250226-
CMYK0.3600.100.02
HSL163.82º89.9%80.59%-
HSV(B)163.82º35.6%98.04%-
XYZ62.6181.4484.37-
YUV220.65131.0185.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.27%
GREEN value IS 250 (98.05% from 255) = 39.25%
BLUE value IS 226 (88.67% from 255) = 35.48%
R=25.27%
G=39.25%
B=35.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612502260.3600.100.02163.8289.980.59
HexA1FAE2240A2a45a51
Octal241372342440122244132121
Binary10100001111110101110001010010001010101010010010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FAE2; }

 p { color: rgb(161,250,226); }

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

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

 a { background-color: rgb(161,250,226); }

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

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

 span { border-color: rgb(161,250,226); }

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