#ABD4B7

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

Shades of Gum Leaf #ABD4B7

Tints of Gum Leaf #ABD4B7

Color information

#ABD4B7 (or 0xABD4B7) is unknown color: approx Gum Leaf. HEX triplet: AB, D4 and B7. RGB value is (171,212,183). Sum of RGB (Red+Green+Blue) = 171+212+183=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 183 (71.88% from 255 or 32.33% from 566); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD4B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD4B7 is #542B48. Grayscale: #C4C4C4. Windows color (decimal): -5516105 or 12047531. OLE color: 12047531.

HSL color Cylindrical-coordinate representation of color #ABD4B7: hue angle of 137.56º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABD4B7 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB171212183-
CMYK0.1900.140.17
HSL137.56º32.28%75.1%-
HSV(B)137.56º19.34%83.14%-
XYZ48.8959.1653.64-
YUV196.43120.42109.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.21%
GREEN value IS 212 (83.20% from 255) = 37.46%
BLUE value IS 183 (71.88% from 255) = 32.33%
R=30.21%
G=37.46%
B=32.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1712121830.1900.140.17137.5632.2875.1
HexABD4B7130E118a204b
Octal253324267230162121240113
Binary101010111101010010110111100110111010001100010101000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD4B7; }

 p { color: rgb(171,212,183); }

 H1.HeaderClassName
 {
   color: #ABD4B7;
 }
 .AnyTagClassName
 {
   color: #ABD4B7;
 }
</style>
background-color css

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

 a { background-color: rgb(171,212,183); }

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

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

 span { border-color: rgb(171,212,183); }

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