#A3F5DF

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

Shades of Water Leaf #A3F5DF

Tints of Water Leaf #A3F5DF

Color information

#A3F5DF (or 0xA3F5DF) is unknown color: approx Water Leaf. HEX triplet: A3, F5 and DF. RGB value is (163,245,223). Sum of RGB (Red+Green+Blue) = 163+245+223=631 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.83% from 631); Green value is 245 (96.09% from 255 or 38.83% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 245 - color contains mainly: green. Hex color #A3F5DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F5DF is #5C0A20. Grayscale: #D9D9D9. Windows color (decimal): -6031905 or 14677411. OLE color: 14677411.

HSL color Cylindrical-coordinate representation of color #A3F5DF: hue angle of 163.9º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3F5DF is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB163245223-
CMYK0.3300.090.04
HSL163.9º80.39%80%-
HSV(B)163.9º33.47%96.08%-
XYZ61.0878.4281.73-
YUV217.97130.8388.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.83%
GREEN value IS 245 (96.09% from 255) = 38.83%
BLUE value IS 223 (87.5% from 255) = 35.34%
R=25.83%
G=38.83%
B=35.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1632452230.3300.090.04163.980.3980
HexA3F5DF21094a45050
Octal243365337410114244120120
Binary101000111111010111011111100001010011001010010010100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F5DF; }

 p { color: rgb(163,245,223); }

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

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

 a { background-color: rgb(163,245,223); }

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

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

 span { border-color: rgb(163,245,223); }

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