#ABC8B2

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

Shades of Gum Leaf #ABC8B2

Tints of Gum Leaf #ABC8B2

Color information

#ABC8B2 (or 0xABC8B2) is unknown color: approx Gum Leaf. HEX triplet: AB, C8 and B2. RGB value is (171,200,178). Sum of RGB (Red+Green+Blue) = 171+200+178=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC8B2 is #54374D. Grayscale: #BCBCBC. Windows color (decimal): -5519182 or 11716779. OLE color: 11716779.

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

Color convert

RGB171200178-
CMYK0.1400.110.22
HSL134.48º20.86%72.75%-
HSV(B)134.48º14.5%78.43%-
XYZ45.4853.1849.99-
YUV188.82121.89115.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.15%
GREEN value IS 200 (78.52% from 255) = 36.43%
BLUE value IS 178 (69.92% from 255) = 32.42%
R=31.15%
G=36.43%
B=32.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1712001780.1400.110.22134.4820.8672.75
HexABC8B2E0B16861549
Octal253310262160132620625111
Binary1010101111001000101100101110010111011010000110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC8B2; }

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

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

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

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

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

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

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

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