#A1FAE6

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

Shades of Water Leaf #A1FAE6

Tints of Water Leaf #A1FAE6

Color information

#A1FAE6 (or 0xA1FAE6) is unknown color: approx Water Leaf. HEX triplet: A1, FA and E6. RGB value is (161,250,230). Sum of RGB (Red+Green+Blue) = 161+250+230=641 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.12% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FAE6 is #5E0519. Grayscale: #DDDDDD. Windows color (decimal): -6161690 or 15137441. OLE color: 15137441.

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

Color convert

RGB161250230-
CMYK0.3600.080.02
HSL166.52º89.9%80.59%-
HSV(B)166.52º35.6%98.04%-
XYZ63.1781.6687.3-
YUV221.11133.0185.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.12%
GREEN value IS 250 (98.05% from 255) = 39.00%
BLUE value IS 230 (90.23% from 255) = 35.88%
R=25.12%
G=39.00%
B=35.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612502300.3600.080.02166.5289.980.59
HexA1FAE624082a75a51
Octal241372346440102247132121
Binary10100001111110101110011010010001000101010011110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FAE6; }

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

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

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

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

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

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

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

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