#a3efe0

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

Shades of Water Leaf #A3EFE0

Tints of Water Leaf #A3EFE0

Color information

#A3EFE0 (or 0xA3EFE0) is unknown color: approx Water Leaf. HEX triplet: A3, EF and E0. RGB value is (163,239,224). Sum of RGB (Red+Green+Blue) = 163+239+224=626 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.04% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #A3EFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EFE0 is #5C101F. Grayscale: #D6D6D6. Windows color (decimal): -6033440 or 14741411. OLE color: 14741411.

HSL color Cylindrical-coordinate representation of color #A3EFE0: hue angle of 168.16º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3EFE0 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB163239224-
CMYK0.3200.060.06
HSL168.16º70.37%78.82%-
HSV(B)168.16º31.8%93.73%-
XYZ59.4374.981.85-
YUV214.57133.3291.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.04%
GREEN value IS 239 (93.75% from 255) = 38.18%
BLUE value IS 224 (87.89% from 255) = 35.78%
R=26.04%
G=38.18%
B=35.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1632392240.3200.060.06168.1670.3778.82
HexA3EFE020066a8464f
Octal24335734040066250106117
Binary10100011111011111110000010000001101101010100010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3efe0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3efe0; }

 p { color: rgb(163,239,224); }

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

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

 a { background-color: rgb(163,239,224); }

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

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

 span { border-color: rgb(163,239,224); }

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