#A2CEB1

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

Shades of Gum Leaf #A2CEB1

Tints of Gum Leaf #A2CEB1

Color information

#A2CEB1 (or 0xA2CEB1) is unknown color: approx Gum Leaf. HEX triplet: A2, CE and B1. RGB value is (162,206,177). Sum of RGB (Red+Green+Blue) = 162+206+177=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CEB1 is #5D314E. Grayscale: #BDBDBD. Windows color (decimal): -6107471 or 11652770. OLE color: 11652770.

HSL color Cylindrical-coordinate representation of color #A2CEB1: hue angle of 140.45º degrees, saturation: 0.31, 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 #A2CEB1 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB162206177-
CMYK0.2100.140.19
HSL140.45º30.99%72.16%-
HSV(B)140.45º21.36%80.78%-
XYZ44.915549.84-
YUV189.54120.92108.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.72%
GREEN value IS 206 (80.86% from 255) = 37.80%
BLUE value IS 177 (69.53% from 255) = 32.48%
R=29.72%
G=37.80%
B=32.48%

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
Decimal1622061770.2100.140.19140.4530.9972.16
HexA2CEB1150E138c1f48
Octal242316261250162321437110
Binary10100010110011101011000110101011101001110001100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CEB1; }

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

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

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

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

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

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

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

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