#ABC6B2

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

Shades of Gum Leaf #ABC6B2

Tints of Gum Leaf #ABC6B2

Color information

#ABC6B2 (or 0xABC6B2) is unknown color: approx Gum Leaf. HEX triplet: AB, C6 and B2. RGB value is (171,198,178). Sum of RGB (Red+Green+Blue) = 171+198+178=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC6B2 is #54394D. Grayscale: #BBBBBB. Windows color (decimal): -5519694 or 11716267. OLE color: 11716267.

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

Color convert

RGB171198178-
CMYK0.1400.100.22
HSL135.56º19.15%72.35%-
HSV(B)135.56º13.64%77.65%-
XYZ45.0252.2649.83-
YUV187.65122.55116.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 198 (77.73% from 255) = 36.20%
BLUE value IS 178 (69.92% from 255) = 32.54%
R=31.26%
G=36.20%
B=32.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711981780.1400.100.22135.5619.1572.35
HexABC6B2E0A16881348
Octal253306262160122621023110
Binary1010101111000110101100101110010101011010001000100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC6B2; }

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

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

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

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

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

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

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

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