#A1FEE6

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

Shades of Water Leaf #A1FEE6

Tints of Water Leaf #A1FEE6

Color information

#A1FEE6 (or 0xA1FEE6) is unknown color: approx Water Leaf. HEX triplet: A1, FE and E6. RGB value is (161,254,230). Sum of RGB (Red+Green+Blue) = 161+254+230=645 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.96% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 230 (90.23% from 255 or 35.66% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FEE6 is #5E0119. Grayscale: #DFDFDF. Windows color (decimal): -6160666 or 15138465. OLE color: 15138465.

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

Color convert

RGB161254230-
CMYK0.3700.090.00
HSL164.52º97.89%81.37%-
HSV(B)164.52º36.61%99.61%-
XYZ64.4284.1787.71-
YUV223.46131.6983.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.96%
GREEN value IS 254 (99.61% from 255) = 39.38%
BLUE value IS 230 (90.23% from 255) = 35.66%
R=24.96%
G=39.38%
B=35.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612542300.3700.090.00164.5297.8981.37
HexA1FEE625090a56251
Octal241376346450110245142121
Binary1010000111111110111001101001010100101010010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FEE6; }

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

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

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

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

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

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

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

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