#A1FFE8

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

Shades of Water Leaf #A1FFE8

Tints of Water Leaf #A1FFE8

Color information

#A1FFE8 (or 0xA1FFE8) is unknown color: approx Water Leaf. HEX triplet: A1, FF and E8. RGB value is (161,255,232). Sum of RGB (Red+Green+Blue) = 161+255+232=648 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.85% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 232 (91.02% from 255 or 35.80% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FFE8 is #5E0017. Grayscale: #E0E0E0. Windows color (decimal): -6160408 or 15269793. OLE color: 15269793.

HSL color Cylindrical-coordinate representation of color #A1FFE8: hue angle of 165.32º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FFE8 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB161255232-
CMYK0.3700.090
HSL165.32º100%81.57%-
HSV(B)165.32º36.86%100%-
XYZ65.0284.9289.31-
YUV224.27132.3682.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.85%
GREEN value IS 255 (100% from 255) = 39.35%
BLUE value IS 232 (91.02% from 255) = 35.80%
R=24.85%
G=39.35%
B=35.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1612552320.3700.090165.3210081.57
HexA1FFE825090a56452
Octal241377350450110245144122
Binary1010000111111111111010001001010100101010010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FFE8; }

 p { color: rgb(161,255,232); }

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

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

 a { background-color: rgb(161,255,232); }

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

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

 span { border-color: rgb(161,255,232); }

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