#59BA8C

Color #59BA8C Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #59BA8C

Tints of Silver Tree #59BA8C

Color information

#59BA8C (or 0x59BA8C) is unknown color: approx Silver Tree. HEX triplet: 59, BA and 8C. RGB value is (89,186,140). Sum of RGB (Red+Green+Blue) = 89+186+140=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #59BA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BA8C is #A64573. Grayscale: #979797. Windows color (decimal): -10896756 or 9222745. OLE color: 9222745.

HSL color Cylindrical-coordinate representation of color #59BA8C: hue angle of 151.55º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59BA8C is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB89186140-
CMYK0.5200.250.27
HSL151.55º41.28%53.92%-
HSV(B)151.55º52.15%72.94%-
XYZ26.4139.1430.97-
YUV151.75121.3683.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.45%
GREEN value IS 186 (73.05% from 255) = 44.82%
BLUE value IS 140 (55.08% from 255) = 33.73%
R=21.45%
G=44.82%
B=33.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891861400.5200.250.27151.5541.2853.92
Hex59BA8C340191B982936
Octal13127221464031332305166
Binary101100110111010100011001101000110011101110011000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59BA8C; }

 p { color: rgb(89,186,140); }

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

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

 a { background-color: rgb(89,186,140); }

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

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

 span { border-color: rgb(89,186,140); }

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