#ABC2AC

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

Shades of Zanah #ABC2AC

Tints of Zanah #ABC2AC

Color information

#ABC2AC (or 0xABC2AC) is unknown color: approx Zanah. HEX triplet: AB, C2 and AC. RGB value is (171,194,172). Sum of RGB (Red+Green+Blue) = 171+194+172=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC2AC is #543D53. Grayscale: #B8B8B8. Windows color (decimal): -5520724 or 11322027. OLE color: 11322027.

HSL color Cylindrical-coordinate representation of color #ABC2AC: hue angle of 122.61º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC2AC is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB171194172-
CMYK0.1200.110.24
HSL122.61º15.86%71.57%-
HSV(B)122.61º11.86%76.08%-
XYZ43.5350.2246.43-
YUV184.62120.88118.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.84%
GREEN value IS 194 (76.17% from 255) = 36.13%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=31.84%
G=36.13%
B=32.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711941720.1200.110.24122.6115.8671.57
HexABC2ACC0B187b1048
Octal253302254140133017320110
Binary101010111100001010101100110001011110001111011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC2AC; }

 p { color: rgb(171,194,172); }

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

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

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

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

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

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

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