#ABD0B1

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

Shades of Gum Leaf #ABD0B1

Tints of Gum Leaf #ABD0B1

Color information

#ABD0B1 (or 0xABD0B1) is unknown color: approx Gum Leaf. HEX triplet: AB, D0 and B1. RGB value is (171,208,177). Sum of RGB (Red+Green+Blue) = 171+208+177=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD0B1 is #542F4E. Grayscale: #C1C1C1. Windows color (decimal): -5517135 or 11653291. OLE color: 11653291.

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

Color convert

RGB171208177-
CMYK0.1800.150.18
HSL129.73º28.24%74.31%-
HSV(B)129.73º17.79%81.57%-
XYZ47.2956.9450.09-
YUV193.4118.74112.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.76%
GREEN value IS 208 (81.64% from 255) = 37.41%
BLUE value IS 177 (69.53% from 255) = 31.83%
R=30.76%
G=37.41%
B=31.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712081770.1800.150.18129.7328.2474.31
HexABD0B1120F12821c4a
Octal253320261220172220234112
Binary10101011110100001011000110010011111001010000010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD0B1; }

 p { color: rgb(171,208,177); }

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

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

 a { background-color: rgb(171,208,177); }

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

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

 span { border-color: rgb(171,208,177); }

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