Html Css Color HEX #ABC5AB Zanah

📋 copy color: '#ABC5AB'

red 171 ◦ green 197 ◦ blue 171

#ABC5AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zanah #ABC5AB

Tints of Zanah #ABC5AB

RGB

 RED value IS 171 (67.19% from 255) = 31.73%

 GREEN value IS 197 (77.34% from 255) = 36.55%

 BLUE value IS 171 (67.19% from 255) = 31.73%

R = 31.73%
G = 36.55%
B = 31.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#ABC5AB (or 0xABC5AB) is known color: Zanah. HEX triplet: AB, C5 and AB. RGB value is (171,197,171). Sum of RGB (Red+Green+Blue) = 171+197+171=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC5AB is #543A54. Grayscale: #BABABA. Windows color (decimal): -5519957 or 11257259. OLE color: 11257259.

HSL color Cylindrical-coordinate representation of color #ABC5AB: hue angle of 120º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC5AB is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 197 171 -
CMYK 0.13 0 0.13 0.23
HSL 120º 0.18% 0.72% -
HSV(B) 120º 0.13% 0.77% -
XYZ 44.11 51.53 46.15 -
YUV 186.26 119.39 117.11 -
System Red Green Blue C M Y K H S L
Decimal 171 197 171 0.13 0 0.13 0.23 120 0.18 0.72
Hex AB C5 AB D 0 D 17 78 12 48
Octal 253 305 253 15 0 15 27 170 22 110
Binary 10101011 11000101 10101011 1101 0 1101 10111 1111000 10010 1001000

Color Harmonies of #ABC5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC5AB

Black with #ABC5AB

Text Example


Text Example

White with #ABC5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC5AB; }

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

 H1.HeaderClassName
 {
   color: #ABC5AB;
 }
 .AnyTagClassName
 {
   color: #ABC5AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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