Html Css Color HEX #ABC8AB Zanah

📋 copy color: '#ABC8AB'

red 171 ◦ green 200 ◦ blue 171

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

Shades of Zanah #ABC8AB

Tints of Zanah #ABC8AB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.9%

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

R = 31.55%
G = 36.9%
B = 31.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#ABC8AB (or 0xABC8AB) is known color: Zanah. HEX triplet: AB, C8 and AB. RGB value is (171,200,171). Sum of RGB (Red+Green+Blue) = 171+200+171=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC8AB is #543754. Grayscale: #BCBCBC. Windows color (decimal): -5519189 or 11258027. OLE color: 11258027.

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

Color convert

RGB 171 200 171 -
CMYK 0.14 0 0.14 0.22
HSL 120º 0.21% 0.73% -
HSV(B) 120º 0.15% 0.78% -
XYZ 44.8 52.91 46.38 -
YUV 188.02 118.39 115.86 -
System Red Green Blue C M Y K H S L
Decimal 171 200 171 0.14 0 0.14 0.22 120 0.21 0.73
Hex AB C8 AB E 0 E 16 78 15 49
Octal 253 310 253 16 0 16 26 170 25 111
Binary 10101011 11001000 10101011 1110 0 1110 10110 1111000 10101 1001001

Color Harmonies of #ABC8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC8AB

Black with #ABC8AB

Text Example


Text Example

White with #ABC8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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