#58BA8A

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

Shades of Silver Tree #58BA8A

Tints of Silver Tree #58BA8A

Color information

#58BA8A (or 0x58BA8A) is unknown color: approx Silver Tree. HEX triplet: 58, BA and 8A. RGB value is (88,186,138). Sum of RGB (Red+Green+Blue) = 88+186+138=412 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.36% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #58BA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BA8A is #A74575. Grayscale: #979797. Windows color (decimal): -10962294 or 9091672. OLE color: 9091672.

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

Color convert

RGB88186138-
CMYK0.5300.260.27
HSL150.61º41.53%53.73%-
HSV(B)150.61º52.69%72.94%-
XYZ26.1739.0330.2-
YUV151.23120.5382.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.36%
GREEN value IS 186 (73.05% from 255) = 45.15%
BLUE value IS 138 (54.30% from 255) = 33.50%
R=21.36%
G=45.15%
B=33.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881861380.5300.260.27150.6141.5353.73
Hex58BA8A3501A1B972a36
Octal13027221265032332275266
Binary101100010111010100010101101010110101101110010111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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