#ABC8B0

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

Shades of Gum Leaf #ABC8B0

Tints of Gum Leaf #ABC8B0

Color information

#ABC8B0 (or 0xABC8B0) is unknown color: approx Gum Leaf. HEX triplet: AB, C8 and B0. RGB value is (171,200,176). Sum of RGB (Red+Green+Blue) = 171+200+176=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC8B0 is #54374F. Grayscale: #BCBCBC. Windows color (decimal): -5519184 or 11585707. OLE color: 11585707.

HSL color Cylindrical-coordinate representation of color #ABC8B0: hue angle of 130.34º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC8B0 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB171200176-
CMYK0.1400.120.22
HSL130.34º20.86%72.75%-
HSV(B)130.34º14.5%78.43%-
XYZ45.2953.148.94-
YUV188.59120.89115.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 200 (78.52% from 255) = 36.56%
BLUE value IS 176 (69.14% from 255) = 32.18%
R=31.26%
G=36.56%
B=32.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1712001760.1400.120.22130.3420.8672.75
HexABC8B0E0C16821549
Octal253310260160142620225111
Binary1010101111001000101100001110011001011010000010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC8B0; }

 p { color: rgb(171,200,176); }

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

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

 a { background-color: rgb(171,200,176); }

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

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

 span { border-color: rgb(171,200,176); }

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