#ABC6AB

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

Shades of Zanah #ABC6AB

Tints of Zanah #ABC6AB

Color information

#ABC6AB (or 0xABC6AB) is unknown color: approx Zanah. HEX triplet: AB, C6 and AB. RGB value is (171,198,171). Sum of RGB (Red+Green+Blue) = 171+198+171=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC6AB is #543954. Grayscale: #BABABA. Windows color (decimal): -5519701 or 11257515. OLE color: 11257515.

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

Color convert

RGB171198171-
CMYK0.1400.140.22
HSL120º19.15%72.35%-
HSV(B)120º13.64%77.65%-
XYZ44.3451.9946.23-
YUV186.85119.05116.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.67%
GREEN value IS 198 (77.73% from 255) = 36.67%
BLUE value IS 171 (67.19% from 255) = 31.67%
R=31.67%
G=36.67%
B=31.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711981710.1400.140.2212019.1572.35
HexABC6ABE0E16781348
Octal253306253160162617023110
Binary101010111100011010101011111001110101101111000100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC6AB; }

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

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

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

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

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

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

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

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