#ABD0B2

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

Shades of Gum Leaf #ABD0B2

Tints of Gum Leaf #ABD0B2

Color information

#ABD0B2 (or 0xABD0B2) is unknown color: approx Gum Leaf. HEX triplet: AB, D0 and B2. RGB value is (171,208,178). Sum of RGB (Red+Green+Blue) = 171+208+178=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD0B2 is #542F4D. Grayscale: #C1C1C1. Windows color (decimal): -5517134 or 11718827. OLE color: 11718827.

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

Color convert

RGB171208178-
CMYK0.1800.140.18
HSL131.35º28.24%74.31%-
HSV(B)131.35º17.79%81.57%-
XYZ47.3956.9850.62-
YUV193.52119.24111.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.70%
GREEN value IS 208 (81.64% from 255) = 37.34%
BLUE value IS 178 (69.92% from 255) = 31.96%
R=30.70%
G=37.34%
B=31.96%

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
Decimal1712081780.1800.140.18131.3528.2474.31
HexABD0B2120E12831c4a
Octal253320262220162220334112
Binary10101011110100001011001010010011101001010000011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD0B2; }

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

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

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

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

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

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

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

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