#ABD1B4

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

Shades of Gum Leaf #ABD1B4

Tints of Gum Leaf #ABD1B4

Color information

#ABD1B4 (or 0xABD1B4) is unknown color: approx Gum Leaf. HEX triplet: AB, D1 and B4. RGB value is (171,209,180). Sum of RGB (Red+Green+Blue) = 171+209+180=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD1B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD1B4 is #542E4B. Grayscale: #C2C2C2. Windows color (decimal): -5516876 or 11850155. OLE color: 11850155.

HSL color Cylindrical-coordinate representation of color #ABD1B4: hue angle of 134.21º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABD1B4 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB171209180-
CMYK0.1800.140.18
HSL134.21º29.23%74.51%-
HSV(B)134.21º18.18%81.96%-
XYZ47.8357.5551.77-
YUV194.33119.91111.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.54%
GREEN value IS 209 (82.03% from 255) = 37.32%
BLUE value IS 180 (70.70% from 255) = 32.14%
R=30.54%
G=37.32%
B=32.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712091800.1800.140.18134.2129.2374.51
HexABD1B4120E12861d4b
Octal253321264220162220635113
Binary10101011110100011011010010010011101001010000110111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD1B4; }

 p { color: rgb(171,209,180); }

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

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

 a { background-color: rgb(171,209,180); }

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

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

 span { border-color: rgb(171,209,180); }

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