#ABC8AC

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

Shades of Zanah #ABC8AC

Tints of Zanah #ABC8AC

Color information

#ABC8AC (or 0xABC8AC) is unknown color: approx Zanah. HEX triplet: AB, C8 and AC. RGB value is (171,200,172). Sum of RGB (Red+Green+Blue) = 171+200+172=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC8AC is #543753. Grayscale: #BCBCBC. Windows color (decimal): -5519188 or 11323563. OLE color: 11323563.

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

Color convert

RGB171200172-
CMYK0.1400.140.22
HSL122.07º20.86%72.75%-
HSV(B)122.07º14.5%78.43%-
XYZ44.952.9546.88-
YUV188.14118.89115.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.49%
GREEN value IS 200 (78.52% from 255) = 36.83%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=31.49%
G=36.83%
B=31.68%

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
Decimal1712001720.1400.140.22122.0720.8672.75
HexABC8ACE0E167a1549
Octal253310254160162617225111
Binary101010111100100010101100111001110101101111010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC8AC; }

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

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

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

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

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

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

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

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