#ABD7BB

Color #ABD7BB Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #ABD7BB

Tints of Gum Leaf #ABD7BB

Color information

#ABD7BB (or 0xABD7BB) is unknown color: approx 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

RGB171215187-
CMYK0.2000.130.16
HSL141.82º35.48%75.69%-
HSV(B)141.82º20.47%84.31%-
XYZ50.0660.8556.12-
YUV198.65121.42108.28-

RGB Variations

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

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 (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712151870.2000.130.16141.8235.4875.69
HexABD7BB140D108e234c
Octal253327273240152021643114
Binary101010111101011110111011101000110110000100011101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>