#A1FFE6

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

Shades of Water Leaf #A1FFE6

Tints of Water Leaf #A1FFE6

Color information

#A1FFE6 (or 0xA1FFE6) is unknown color: approx Water Leaf. HEX triplet: A1, FF and E6. RGB value is (161,255,230). Sum of RGB (Red+Green+Blue) = 161+255+230=646 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.92% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FFE6 is #5E0019. Grayscale: #E0E0E0. Windows color (decimal): -6160410 or 15138721. OLE color: 15138721.

HSL color Cylindrical-coordinate representation of color #A1FFE6: hue angle of 164.04º 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 #A1FFE6 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB161255230-
CMYK0.3700.100
HSL164.04º100%81.57%-
HSV(B)164.04º36.86%100%-
XYZ64.7484.8187.82-
YUV224.04131.3683.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.92%
GREEN value IS 255 (100% from 255) = 39.47%
BLUE value IS 230 (90.23% from 255) = 35.60%
R=24.92%
G=39.47%
B=35.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1612552300.3700.100164.0410081.57
HexA1FFE6250A0a46452
Octal241377346450120244144122
Binary1010000111111111111001101001010101001010010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FFE6; }

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

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

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

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

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

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

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

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