#ABC8AF

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

Shades of Gum Leaf #ABC8AF

Tints of Gum Leaf #ABC8AF

Color information

#ABC8AF (or 0xABC8AF) is unknown color: approx Gum Leaf. HEX triplet: AB, C8 and AF. RGB value is (171,200,175). Sum of RGB (Red+Green+Blue) = 171+200+175=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC8AF is #543750. Grayscale: #BCBCBC. Windows color (decimal): -5519185 or 11520171. OLE color: 11520171.

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

Color convert

RGB171200175-
CMYK0.1400.120.22
HSL128.28º20.86%72.75%-
HSV(B)128.28º14.5%78.43%-
XYZ45.1953.0648.42-
YUV188.48120.39115.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.32%
GREEN value IS 200 (78.52% from 255) = 36.63%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=31.32%
G=36.63%
B=32.05%

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
Decimal1712001750.1400.120.22128.2820.8672.75
HexABC8AFE0C16801549
Octal253310257160142620025111
Binary1010101111001000101011111110011001011010000000101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC8AF; }

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

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

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

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

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

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

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

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