#ABD7B8

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

Shades of Gum Leaf #ABD7B8

Tints of Gum Leaf #ABD7B8

Color information

#ABD7B8 (or 0xABD7B8) is unknown color: approx Gum Leaf. HEX triplet: AB, D7 and B8. RGB value is (171,215,184). Sum of RGB (Red+Green+Blue) = 171+215+184=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 215 - color contains mainly: green. Hex color #ABD7B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD7B8 is #542847. Grayscale: #C6C6C6. Windows color (decimal): -5515336 or 12113835. OLE color: 12113835.

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

Color convert

RGB171215184-
CMYK0.2000.140.16
HSL137.73º35.48%75.69%-
HSV(B)137.73º20.47%84.31%-
XYZ49.7560.7254.45-
YUV198.31119.92108.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30%
GREEN value IS 215 (84.38% from 255) = 37.72%
BLUE value IS 184 (72.27% from 255) = 32.28%
R=30%
G=37.72%
B=32.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712151840.2000.140.16137.7335.4875.69
HexABD7B8140E108a234c
Octal253327270240162021243114
Binary101010111101011110111000101000111010000100010101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD7B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD7B8; }

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

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

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

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

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

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

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

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