#58BE8C

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

Shades of Silver Tree #58BE8C

Tints of Silver Tree #58BE8C

Color information

#58BE8C (or 0x58BE8C) is unknown color: approx Silver Tree. HEX triplet: 58, BE and 8C. RGB value is (88,190,140). Sum of RGB (Red+Green+Blue) = 88+190+140=418 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.05% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #58BE8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BE8C is #A74173. Grayscale: #999999. Windows color (decimal): -10961268 or 9223768. OLE color: 9223768.

HSL color Cylindrical-coordinate representation of color #58BE8C: hue angle of 150.59º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58BE8C is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB88190140-
CMYK0.5400.260.25
HSL150.59º43.97%54.51%-
HSV(B)150.59º53.68%74.51%-
XYZ27.1740.831.25-
YUV153.8120.2181.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.05%
GREEN value IS 190 (74.61% from 255) = 45.45%
BLUE value IS 140 (55.08% from 255) = 33.49%
R=21.05%
G=45.45%
B=33.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881901400.5400.260.25150.5943.9754.51
Hex58BE8C3601A19972c37
Octal13027621466032312275467
Binary101100010111110100011001101100110101100110010111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,190,140); }

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

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

 a { background-color: rgb(88,190,140); }

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

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

 span { border-color: rgb(88,190,140); }

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