#A3FDE3

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

Shades of Water Leaf #A3FDE3

Tints of Water Leaf #A3FDE3

Color information

#A3FDE3 (or 0xA3FDE3) is unknown color: approx Water Leaf. HEX triplet: A3, FD and E3. RGB value is (163,253,227). Sum of RGB (Red+Green+Blue) = 163+253+227=643 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.35% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 227 (89.06% from 255 or 35.30% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #A3FDE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FDE3 is #5C021C. Grayscale: #DFDFDF. Windows color (decimal): -6029853 or 14941603. OLE color: 14941603.

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

Color convert

RGB163253227-
CMYK0.3600.100.01
HSL162.67º95.74%81.57%-
HSV(B)162.67º35.57%99.22%-
XYZ64.0983.5885.43-
YUV223.13130.1885.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.35%
GREEN value IS 253 (99.22% from 255) = 39.35%
BLUE value IS 227 (89.06% from 255) = 35.30%
R=25.35%
G=39.35%
B=35.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1632532270.3600.100.01162.6795.7481.57
HexA3FDE3240A1a36052
Octal243375343440121243140122
Binary1010001111111101111000111001000101011010001111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FDE3; }

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

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

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

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

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

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

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

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