#ABC8B6

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

Shades of Gum Leaf #ABC8B6

Tints of Gum Leaf #ABC8B6

Color information

#ABC8B6 (or 0xABC8B6) is unknown color: approx Gum Leaf. HEX triplet: AB, C8 and B6. RGB value is (171,200,182). Sum of RGB (Red+Green+Blue) = 171+200+182=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8B6 is #543749. Grayscale: #BDBDBD. Windows color (decimal): -5519178 or 11978923. OLE color: 11978923.

HSL color Cylindrical-coordinate representation of color #ABC8B6: hue angle of 142.76º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC8B6 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB171200182-
CMYK0.1400.090.22
HSL142.76º20.86%72.75%-
HSV(B)142.76º14.5%78.43%-
XYZ45.8953.3452.13-
YUV189.28123.89114.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.92%
GREEN value IS 200 (78.52% from 255) = 36.17%
BLUE value IS 182 (71.48% from 255) = 32.91%
R=30.92%
G=36.17%
B=32.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1712001820.1400.090.22142.7620.8672.75
HexABC8B6E09168f1549
Octal253310266160112621725111
Binary1010101111001000101101101110010011011010001111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC8B6; }

 p { color: rgb(171,200,182); }

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

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

 a { background-color: rgb(171,200,182); }

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

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

 span { border-color: rgb(171,200,182); }

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