#ABCEB7

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

Shades of Gum Leaf #ABCEB7

Tints of Gum Leaf #ABCEB7

Color information

#ABCEB7 (or 0xABCEB7) is unknown color: approx Gum Leaf. HEX triplet: AB, CE and B7. RGB value is (171,206,183). Sum of RGB (Red+Green+Blue) = 171+206+183=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 183 (71.88% from 255 or 32.68% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCEB7 is #543148. Grayscale: #C0C0C0. Windows color (decimal): -5517641 or 12045995. OLE color: 12045995.

HSL color Cylindrical-coordinate representation of color #ABCEB7: hue angle of 140.57º 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 #ABCEB7 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB171206183-
CMYK0.1700.110.19
HSL140.57º26.32%73.92%-
HSV(B)140.57º16.99%80.78%-
XYZ47.4156.2253.15-
YUV192.91122.4112.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.54%
GREEN value IS 206 (80.86% from 255) = 36.79%
BLUE value IS 183 (71.88% from 255) = 32.68%
R=30.54%
G=36.79%
B=32.68%

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
Decimal1712061830.1700.110.19140.5726.3273.92
HexABCEB7110B138d1a4a
Octal253316267210132321532112
Binary10101011110011101011011110001010111001110001101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCEB7; }

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

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

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

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

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

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

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

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