#A3CEB1

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

Shades of Gum Leaf #A3CEB1

Tints of Gum Leaf #A3CEB1

Color information

#A3CEB1 (or 0xA3CEB1) is unknown color: approx Gum Leaf. HEX triplet: A3, CE and B1. RGB value is (163,206,177). Sum of RGB (Red+Green+Blue) = 163+206+177=546 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.85% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CEB1 is #5C314E. Grayscale: #BDBDBD. Windows color (decimal): -6041935 or 11652771. OLE color: 11652771.

HSL color Cylindrical-coordinate representation of color #A3CEB1: hue angle of 139.53º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3CEB1 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB163206177-
CMYK0.2100.140.19
HSL139.53º30.5%72.35%-
HSV(B)139.53º20.87%80.78%-
XYZ45.1155.149.85-
YUV189.84120.75108.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.85%
GREEN value IS 206 (80.86% from 255) = 37.73%
BLUE value IS 177 (69.53% from 255) = 32.42%
R=29.85%
G=37.73%
B=32.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1632061770.2100.140.19139.5330.572.35
HexA3CEB1150E138c1e48
Octal243316261250162321436110
Binary10100011110011101011000110101011101001110001100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CEB1; }

 p { color: rgb(163,206,177); }

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

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

 a { background-color: rgb(163,206,177); }

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

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

 span { border-color: rgb(163,206,177); }

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