#ABD6B9

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

Shades of Gum Leaf #ABD6B9

Tints of Gum Leaf #ABD6B9

Color information

#ABD6B9 (or 0xABD6B9) is unknown color: approx Gum Leaf. HEX triplet: AB, D6 and B9. RGB value is (171,214,185). Sum of RGB (Red+Green+Blue) = 171+214+185=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD6B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD6B9 is #542946. Grayscale: #C5C5C5. Windows color (decimal): -5515591 or 12179115. OLE color: 12179115.

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

Color convert

RGB171214185-
CMYK0.2000.140.16
HSL139.53º34.4%75.49%-
HSV(B)139.53º20.09%83.92%-
XYZ49.660.2554.92-
YUV197.84120.75108.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30%
GREEN value IS 214 (83.98% from 255) = 37.54%
BLUE value IS 185 (72.66% from 255) = 32.46%
R=30%
G=37.54%
B=32.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712141850.2000.140.16139.5334.475.49
HexABD6B9140E108c224b
Octal253326271240162021442113
Binary101010111101011010111001101000111010000100011001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD6B9; }

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

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

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

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

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

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

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

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