Html Css Color HEX #ABC8B1 Gum Leaf

📋 copy color: '#ABC8B1'

red 171 ◦ green 200 ◦ blue 177

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

Shades of Gum Leaf #ABC8B1

Tints of Gum Leaf #ABC8B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.3%

R = 31.2%
G = 36.5%
B = 32.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#ABC8B1 (or 0xABC8B1) is known color: Gum Leaf. HEX triplet: AB, C8 and B1. RGB value is (171,200,177). Sum of RGB (Red+Green+Blue) = 171+200+177=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC8B1 is #54374E. Grayscale: #BCBCBC. Windows color (decimal): -5519183 or 11651243. OLE color: 11651243.

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

Color convert

RGB 171 200 177 -
CMYK 0.14 0 0.12 0.22
HSL 132.41º 0.21% 0.73% -
HSV(B) 132.41º 0.15% 0.78% -
XYZ 45.38 53.14 49.46 -
YUV 188.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 171 200 177 0.14 0 0.12 0.22 132.41 0.21 0.73
Hex AB C8 B1 E 0 C 16 84 15 49
Octal 253 310 261 16 0 14 26 204 25 111
Binary 10101011 11001000 10110001 1110 0 1100 10110 10000100 10101 1001001

Color Harmonies of #ABC8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC8B1

Black with #ABC8B1

Text Example


Text Example

White with #ABC8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC8B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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