Html Css Color HEX #ABD7BB Gum Leaf

📋 copy color: '#ABD7BB'

red 171 ◦ green 215 ◦ blue 187

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

Shades of Gum Leaf #ABD7BB

Tints of Gum Leaf #ABD7BB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.52%

 BLUE value IS 187 (73.44% from 255) = 32.64%

R = 29.84%
G = 37.52%
B = 32.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#ABD7BB (or 0xABD7BB) is known color: Gum Leaf. HEX triplet: AB, D7 and BB. RGB value is (171,215,187). Sum of RGB (Red+Green+Blue) = 171+215+187=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 215 - color contains mainly: green. Hex color #ABD7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD7BB is #542844. Grayscale: #C6C6C6. Windows color (decimal): -5515333 or 12310443. OLE color: 12310443.

HSL color Cylindrical-coordinate representation of color #ABD7BB: hue angle of 141.82º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABD7BB is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 215 187 -
CMYK 0.20 0 0.13 0.16
HSL 141.82º 0.35% 0.76% -
HSV(B) 141.82º 0.2% 0.84% -
XYZ 50.06 60.85 56.12 -
YUV 198.65 121.42 108.28 -
System Red Green Blue C M Y K H S L
Decimal 171 215 187 0.20 0 0.13 0.16 141.82 0.35 0.76
Hex AB D7 BB 14 0 D 10 8E 23 4C
Octal 253 327 273 24 0 15 20 216 43 114
Binary 10101011 11010111 10111011 10100 0 1101 10000 10001110 100011 1001100

Color Harmonies of #ABD7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD7BB

Black with #ABD7BB

Text Example


Text Example

White with #ABD7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD7BB; }

 p { color: rgb(171,215,187); }

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

background-color css

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

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

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

border-color css

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

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

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