#A1FDE6

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

Shades of Water Leaf #A1FDE6

Tints of Water Leaf #A1FDE6

Color information

#A1FDE6 (or 0xA1FDE6) is unknown color: approx Water Leaf. HEX triplet: A1, FD and E6. RGB value is (161,253,230). Sum of RGB (Red+Green+Blue) = 161+253+230=644 (85% of max value = 765). Red value is 161 (63.28% from 255 or 25% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FDE6 is #5E0219. Grayscale: #DEDEDE. Windows color (decimal): -6160922 or 15138209. OLE color: 15138209.

HSL color Cylindrical-coordinate representation of color #A1FDE6: hue angle of 165º degrees, saturation: 0.96, 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 #A1FDE6 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB161253230-
CMYK0.3600.090.01
HSL165º95.83%81.18%-
HSV(B)165º36.36%99.22%-
XYZ64.1183.5487.61-
YUV222.87132.0283.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25%
GREEN value IS 253 (99.22% from 255) = 39.29%
BLUE value IS 230 (90.23% from 255) = 35.71%
R=25%
G=39.29%
B=35.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612532300.3600.090.0116595.8381.18
HexA1FDE624091a56051
Octal241375346440111245140121
Binary1010000111111101111001101001000100111010010111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FDE6; }

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

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

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

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

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

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

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

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