#A3FAE2

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

Shades of Water Leaf #A3FAE2

Tints of Water Leaf #A3FAE2

Color information

#A3FAE2 (or 0xA3FAE2) is unknown color: approx Water Leaf. HEX triplet: A3, FA and E2. RGB value is (163,250,226). Sum of RGB (Red+Green+Blue) = 163+250+226=639 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.51% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #A3FAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FAE2 is #5C051D. Grayscale: #DDDDDD. Windows color (decimal): -6030622 or 14875299. OLE color: 14875299.

HSL color Cylindrical-coordinate representation of color #A3FAE2: hue angle of 163.45º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3FAE2 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB163250226-
CMYK0.3500.100.02
HSL163.45º89.69%80.98%-
HSV(B)163.45º34.8%98.04%-
XYZ63.0281.6584.39-
YUV221.25130.6886.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.51%
GREEN value IS 250 (98.05% from 255) = 39.12%
BLUE value IS 226 (88.67% from 255) = 35.37%
R=25.51%
G=39.12%
B=35.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1632502260.3500.100.02163.4589.6980.98
HexA3FAE2230A2a35a51
Octal243372342430122243132121
Binary10100011111110101110001010001101010101010001110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FAE2; }

 p { color: rgb(163,250,226); }

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

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

 a { background-color: rgb(163,250,226); }

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

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

 span { border-color: rgb(163,250,226); }

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