#A1FCE7

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

Shades of Water Leaf #A1FCE7

Tints of Water Leaf #A1FCE7

Color information

#A1FCE7 (or 0xA1FCE7) is unknown color: approx Water Leaf. HEX triplet: A1, FC and E7. RGB value is (161,252,231). Sum of RGB (Red+Green+Blue) = 161+252+231=644 (85% of max value = 765). Red value is 161 (63.28% from 255 or 25% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 231 (90.62% from 255 or 35.87% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FCE7 is #5E0318. Grayscale: #DEDEDE. Windows color (decimal): -6161177 or 15203489. OLE color: 15203489.

HSL color Cylindrical-coordinate representation of color #A1FCE7: hue angle of 166.15º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FCE7 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB161252231-
CMYK0.3600.080.01
HSL166.15º93.81%80.98%-
HSV(B)166.15º36.11%98.82%-
XYZ63.9382.9788.25-
YUV222.4132.8584.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25%
GREEN value IS 252 (98.83% from 255) = 39.13%
BLUE value IS 231 (90.62% from 255) = 35.87%
R=25%
G=39.13%
B=35.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612522310.3600.080.01166.1593.8180.98
HexA1FCE724081a65e51
Octal241374347440101246136121
Binary1010000111111100111001111001000100011010011010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FCE7; }

 p { color: rgb(161,252,231); }

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

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

 a { background-color: rgb(161,252,231); }

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

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

 span { border-color: rgb(161,252,231); }

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