#A1F2DF

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

Shades of Water Leaf #A1F2DF

Tints of Water Leaf #A1F2DF

Color information

#A1F2DF (or 0xA1F2DF) is unknown color: approx Water Leaf. HEX triplet: A1, F2 and DF. RGB value is (161,242,223). Sum of RGB (Red+Green+Blue) = 161+242+223=626 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.72% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F2DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F2DF is #5E0D20. Grayscale: #D7D7D7. Windows color (decimal): -6163745 or 14676641. OLE color: 14676641.

HSL color Cylindrical-coordinate representation of color #A1F2DF: hue angle of 165.93º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F2DF is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB161242223-
CMYK0.3300.080.05
HSL165.93º75.7%79.02%-
HSV(B)165.93º33.47%94.9%-
XYZ59.7776.4181.41-
YUV215.61132.1689.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.72%
GREEN value IS 242 (94.92% from 255) = 38.66%
BLUE value IS 223 (87.5% from 255) = 35.62%
R=25.72%
G=38.66%
B=35.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612422230.3300.080.05165.9375.779.02
HexA1F2DF21085a64c4f
Octal241362337410105246114117
Binary101000011111001011011111100001010001011010011010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F2DF; }

 p { color: rgb(161,242,223); }

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

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

 a { background-color: rgb(161,242,223); }

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

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

 span { border-color: rgb(161,242,223); }

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