Html Css Color HEX #ABC6AB Zanah

📋 copy color: '#ABC6AB'

red 171 ◦ green 198 ◦ blue 171

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

Shades of Zanah #ABC6AB

Tints of Zanah #ABC6AB

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 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

#ABC6AB (or 0xABC6AB) is known color: 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

RGB 171 198 171 -
CMYK 0.14 0 0.14 0.22
HSL 120º 0.19% 0.72% -
HSV(B) 120º 0.14% 0.78% -
XYZ 44.34 51.99 46.23 -
YUV 186.85 119.05 116.7 -
System Red Green Blue C M Y K H S L
Decimal 171 198 171 0.14 0 0.14 0.22 120 0.19 0.72
Hex AB C6 AB E 0 E 16 78 13 48
Octal 253 306 253 16 0 16 26 170 23 110
Binary 10101011 11000110 10101011 1110 0 1110 10110 1111000 10011 1001000

Color Harmonies of #ABC6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC6AB

Black with #ABC6AB

Text Example


Text Example

White with #ABC6AB

Text Example


Text Example

HTML Codes & Css Web 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>