#ABD2B2

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

Shades of Gum Leaf #ABD2B2

Tints of Gum Leaf #ABD2B2

Color information

#ABD2B2 (or 0xABD2B2) is unknown color: approx Gum Leaf. HEX triplet: AB, D2 and B2. RGB value is (171,210,178). Sum of RGB (Red+Green+Blue) = 171+210+178=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD2B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD2B2 is #542D4D. Grayscale: #C2C2C2. Windows color (decimal): -5516622 or 11719339. OLE color: 11719339.

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

Color convert

RGB171210178-
CMYK0.1900.150.18
HSL130.77º30.23%74.71%-
HSV(B)130.77º18.57%82.35%-
XYZ47.8857.9750.78-
YUV194.69118.58111.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.59%
GREEN value IS 210 (82.42% from 255) = 37.57%
BLUE value IS 178 (69.92% from 255) = 31.84%
R=30.59%
G=37.57%
B=31.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712101780.1900.150.18130.7730.2374.71
HexABD2B2130F12831e4b
Octal253322262230172220336113
Binary10101011110100101011001010011011111001010000011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD2B2; }

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

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

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

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

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

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

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

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