#ABD3B2

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

Shades of Gum Leaf #ABD3B2

Tints of Gum Leaf #ABD3B2

Color information

#ABD3B2 (or 0xABD3B2) is unknown color: approx Gum Leaf. HEX triplet: AB, D3 and B2. RGB value is (171,211,178). Sum of RGB (Red+Green+Blue) = 171+211+178=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD3B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD3B2 is #542C4D. Grayscale: #C3C3C3. Windows color (decimal): -5516366 or 11719595. OLE color: 11719595.

HSL color Cylindrical-coordinate representation of color #ABD3B2: hue angle of 130.5º degrees, saturation: 0.31, 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 #ABD3B2 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB171211178-
CMYK0.1900.160.17
HSL130.5º31.25%74.9%-
HSV(B)130.5º18.96%82.75%-
XYZ48.1258.4650.87-
YUV195.28118.25110.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.54%
GREEN value IS 211 (82.81% from 255) = 37.68%
BLUE value IS 178 (69.92% from 255) = 31.79%
R=30.54%
G=37.68%
B=31.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1712111780.1900.160.17130.531.2574.9
HexABD3B21301011821f4b
Octal253323262230202120237113
Binary101010111101001110110010100110100001000110000010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD3B2; }

 p { color: rgb(171,211,178); }

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

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

 a { background-color: rgb(171,211,178); }

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

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

 span { border-color: rgb(171,211,178); }

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