#58BC8A

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

Shades of Silver Tree #58BC8A

Tints of Silver Tree #58BC8A

Color information

#58BC8A (or 0x58BC8A) is unknown color: approx Silver Tree. HEX triplet: 58, BC and 8A. RGB value is (88,188,138). Sum of RGB (Red+Green+Blue) = 88+188+138=414 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.26% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BC8A is #A74375. Grayscale: #989898. Windows color (decimal): -10961782 or 9092184. OLE color: 9092184.

HSL color Cylindrical-coordinate representation of color #58BC8A: hue angle of 150º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BC8A is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB88188138-
CMYK0.5300.270.26
HSL150º42.74%54.12%-
HSV(B)150º53.19%73.73%-
XYZ26.639.8830.34-
YUV152.4119.8782.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.26%
GREEN value IS 188 (73.83% from 255) = 45.41%
BLUE value IS 138 (54.30% from 255) = 33.33%
R=21.26%
G=45.41%
B=33.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal881881380.5300.270.2615042.7454.12
Hex58BC8A3501B1A962b36
Octal13027421265033322265366
Binary101100010111100100010101101010110111101010010110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58BC8A; }

 p { color: rgb(88,188,138); }

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

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

 a { background-color: rgb(88,188,138); }

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

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

 span { border-color: rgb(88,188,138); }

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