#A8CEB1

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

Shades of Gum Leaf #A8CEB1

Tints of Gum Leaf #A8CEB1

Color information

#A8CEB1 (or 0xA8CEB1) is unknown color: approx Gum Leaf. HEX triplet: A8, CE and B1. RGB value is (168,206,177). Sum of RGB (Red+Green+Blue) = 168+206+177=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CEB1 is #57314E. Grayscale: #BFBFBF. Windows color (decimal): -5714255 or 11652776. OLE color: 11652776.

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

Color convert

RGB168206177-
CMYK0.1800.140.19
HSL134.21º27.94%73.33%-
HSV(B)134.21º18.45%80.78%-
XYZ46.1655.6449.9-
YUV191.33119.91111.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.49%
GREEN value IS 206 (80.86% from 255) = 37.39%
BLUE value IS 177 (69.53% from 255) = 32.12%
R=30.49%
G=37.39%
B=32.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682061770.1800.140.19134.2127.9473.33
HexA8CEB1120E13861c49
Octal250316261220162320634111
Binary10101000110011101011000110010011101001110000110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CEB1; }

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

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

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

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

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

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

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

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