#a3fde5

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

Shades of Water Leaf #A3FDE5

Tints of Water Leaf #A3FDE5

Color information

#A3FDE5 (or 0xA3FDE5) is unknown color: approx Water Leaf. HEX triplet: A3, FD and E5. RGB value is (163,253,229). Sum of RGB (Red+Green+Blue) = 163+253+229=645 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.27% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #A3FDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FDE5 is #5C021A. Grayscale: #DFDFDF. Windows color (decimal): -6029851 or 15072675. OLE color: 15072675.

HSL color Cylindrical-coordinate representation of color #A3FDE5: hue angle of 164º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3FDE5 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB163253229-
CMYK0.3600.090.01
HSL164º95.74%81.57%-
HSV(B)164º35.57%99.22%-
XYZ64.3783.6986.89-
YUV223.35131.1884.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.27%
GREEN value IS 253 (99.22% from 255) = 39.22%
BLUE value IS 229 (89.84% from 255) = 35.50%
R=25.27%
G=39.22%
B=35.50%

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
Decimal1632532290.3600.090.0116495.7481.57
HexA3FDE524091a46052
Octal243375345440111244140122
Binary1010001111111101111001011001000100111010010011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3fde5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3fde5; }

 p { color: rgb(163,253,229); }

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

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

 a { background-color: rgb(163,253,229); }

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

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

 span { border-color: rgb(163,253,229); }

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