#ABD0B9

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

Shades of Gum Leaf #ABD0B9

Tints of Gum Leaf #ABD0B9

Color information

#ABD0B9 (or 0xABD0B9) is unknown color: approx Gum Leaf. HEX triplet: AB, D0 and B9. RGB value is (171,208,185). Sum of RGB (Red+Green+Blue) = 171+208+185=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD0B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD0B9 is #542F46. Grayscale: #C2C2C2. Windows color (decimal): -5517127 or 12177579. OLE color: 12177579.

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

Color convert

RGB171208185-
CMYK0.1800.110.18
HSL142.7º28.24%74.31%-
HSV(B)142.7º17.79%81.57%-
XYZ48.1157.2754.42-
YUV194.32122.74111.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.32%
GREEN value IS 208 (81.64% from 255) = 36.88%
BLUE value IS 185 (72.66% from 255) = 32.80%
R=30.32%
G=36.88%
B=32.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712081850.1800.110.18142.728.2474.31
HexABD0B9120B128f1c4a
Octal253320271220132221734112
Binary10101011110100001011100110010010111001010001111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD0B9; }

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

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

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

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

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

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

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

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