#A1FAE3

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

Shades of Water Leaf #A1FAE3

Tints of Water Leaf #A1FAE3

Color information

#A1FAE3 (or 0xA1FAE3) is unknown color: approx Water Leaf. HEX triplet: A1, FA and E3. RGB value is (161,250,227). Sum of RGB (Red+Green+Blue) = 161+250+227=638 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.24% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FAE3 is #5E051C. Grayscale: #DCDCDC. Windows color (decimal): -6161693 or 14940833. OLE color: 14940833.

HSL color Cylindrical-coordinate representation of color #A1FAE3: hue angle of 164.49º 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 #A1FAE3 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB161250227-
CMYK0.3600.090.02
HSL164.49º89.9%80.59%-
HSV(B)164.49º35.6%98.04%-
XYZ62.7581.4985.1-
YUV220.77131.5185.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.24%
GREEN value IS 250 (98.05% from 255) = 39.18%
BLUE value IS 227 (89.06% from 255) = 35.58%
R=25.24%
G=39.18%
B=35.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612502270.3600.090.02164.4989.980.59
HexA1FAE324092a45a51
Octal241372343440112244132121
Binary10100001111110101110001110010001001101010010010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FAE3; }

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

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

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

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

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

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

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

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