Html Css Color HEX #ABC6AD Gum Leaf

📋 copy color: '#ABC6AD'

red 171 ◦ green 198 ◦ blue 173

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

Shades of Gum Leaf #ABC6AD

Tints of Gum Leaf #ABC6AD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.53%

 BLUE value IS 173 (67.97% from 255) = 31.92%

R = 31.55%
G = 36.53%
B = 31.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#ABC6AD (or 0xABC6AD) is known color: Gum Leaf. HEX triplet: AB, C6 and AD. RGB value is (171,198,173). Sum of RGB (Red+Green+Blue) = 171+198+173=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC6AD is #543952. Grayscale: #BBBBBB. Windows color (decimal): -5519699 or 11388587. OLE color: 11388587.

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

Color convert

RGB 171 198 173 -
CMYK 0.14 0 0.13 0.22
HSL 124.44º 0.19% 0.72% -
HSV(B) 124.44º 0.14% 0.78% -
XYZ 44.53 52.06 47.24 -
YUV 187.08 120.05 116.53 -
System Red Green Blue C M Y K H S L
Decimal 171 198 173 0.14 0 0.13 0.22 124.44 0.19 0.72
Hex AB C6 AD E 0 D 16 7C 13 48
Octal 253 306 255 16 0 15 26 174 23 110
Binary 10101011 11000110 10101101 1110 0 1101 10110 1111100 10011 1001000

Color Harmonies of #ABC6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC6AD

Black with #ABC6AD

Text Example


Text Example

White with #ABC6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC6AD; }

 p { color: rgb(171,198,173); }

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

background-color css

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

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

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

border-color css

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

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

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