#ABD6BB

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

Shades of Gum Leaf #ABD6BB

Tints of Gum Leaf #ABD6BB

Color information

#ABD6BB (or 0xABD6BB) is unknown color: approx Gum Leaf. HEX triplet: AB, D6 and BB. RGB value is (171,214,187). Sum of RGB (Red+Green+Blue) = 171+214+187=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD6BB is #542944. Grayscale: #C6C6C6. Windows color (decimal): -5515589 or 12310187. OLE color: 12310187.

HSL color Cylindrical-coordinate representation of color #ABD6BB: hue angle of 142.33º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABD6BB is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB171214187-
CMYK0.2000.130.16
HSL142.33º34.4%75.49%-
HSV(B)142.33º20.09%83.92%-
XYZ49.8160.3456.03-
YUV198.06121.75108.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.90%
GREEN value IS 214 (83.98% from 255) = 37.41%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=29.90%
G=37.41%
B=32.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712141870.2000.130.16142.3334.475.49
HexABD6BB140D108e224b
Octal253326273240152021642113
Binary101010111101011010111011101000110110000100011101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD6BB; }

 p { color: rgb(171,214,187); }

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

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

 a { background-color: rgb(171,214,187); }

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

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

 span { border-color: rgb(171,214,187); }

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