#ABD1B3

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

Shades of Gum Leaf #ABD1B3

Tints of Gum Leaf #ABD1B3

Color information

#ABD1B3 (or 0xABD1B3) is unknown color: approx Gum Leaf. HEX triplet: AB, D1 and B3. RGB value is (171,209,179). Sum of RGB (Red+Green+Blue) = 171+209+179=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD1B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD1B3 is #542E4C. Grayscale: #C2C2C2. Windows color (decimal): -5516877 or 11784619. OLE color: 11784619.

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

Color convert

RGB171209179-
CMYK0.1800.140.18
HSL132.63º29.23%74.51%-
HSV(B)132.63º18.18%81.96%-
XYZ47.7357.5151.23-
YUV194.22119.41111.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.59%
GREEN value IS 209 (82.03% from 255) = 37.39%
BLUE value IS 179 (70.31% from 255) = 32.02%
R=30.59%
G=37.39%
B=32.02%

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
Decimal1712091790.1800.140.18132.6329.2374.51
HexABD1B3120E12851d4b
Octal253321263220162220535113
Binary10101011110100011011001110010011101001010000101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD1B3; }

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

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

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

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

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

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

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

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