#A3FFE8

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

Shades of Water Leaf #A3FFE8

Tints of Water Leaf #A3FFE8

Color information

#A3FFE8 (or 0xA3FFE8) is unknown color: approx Water Leaf. HEX triplet: A3, FF and E8. RGB value is (163,255,232). Sum of RGB (Red+Green+Blue) = 163+255+232=650 (86% of max value = 765). Red value is 163 (64.06% from 255 or 25.08% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 232 (91.02% from 255 or 35.69% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FFE8 is #5C0017. Grayscale: #E0E0E0. Windows color (decimal): -6029336 or 15269795. OLE color: 15269795.

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

Color convert

RGB163255232-
CMYK0.3600.090
HSL165º100%81.96%-
HSV(B)165º36.08%100%-
XYZ65.4385.1389.33-
YUV224.87132.0283.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.08%
GREEN value IS 255 (100% from 255) = 39.23%
BLUE value IS 232 (91.02% from 255) = 35.69%
R=25.08%
G=39.23%
B=35.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632552320.3600.09016510081.96
HexA3FFE824090a56452
Octal243377350440110245144122
Binary1010001111111111111010001001000100101010010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FFE8; }

 p { color: rgb(163,255,232); }

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

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

 a { background-color: rgb(163,255,232); }

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

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

 span { border-color: rgb(163,255,232); }

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