#ABCEB8

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

Shades of Gum Leaf #ABCEB8

Tints of Gum Leaf #ABCEB8

Color information

#ABCEB8 (or 0xABCEB8) is unknown color: approx Gum Leaf. HEX triplet: AB, CE and B8. RGB value is (171,206,184). Sum of RGB (Red+Green+Blue) = 171+206+184=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCEB8 is #543147. Grayscale: #C1C1C1. Windows color (decimal): -5517640 or 12111531. OLE color: 12111531.

HSL color Cylindrical-coordinate representation of color #ABCEB8: hue angle of 142.29º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCEB8 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB171206184-
CMYK0.1700.110.19
HSL142.29º26.32%73.92%-
HSV(B)142.29º16.99%80.78%-
XYZ47.5256.2653.7-
YUV193.03122.9112.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.48%
GREEN value IS 206 (80.86% from 255) = 36.72%
BLUE value IS 184 (72.27% from 255) = 32.80%
R=30.48%
G=36.72%
B=32.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1712061840.1700.110.19142.2926.3273.92
HexABCEB8110B138e1a4a
Octal253316270210132321632112
Binary10101011110011101011100010001010111001110001110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCEB8; }

 p { color: rgb(171,206,184); }

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

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

 a { background-color: rgb(171,206,184); }

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

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

 span { border-color: rgb(171,206,184); }

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