#58BA72

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

Shades of Emerald #58BA72

Tints of Emerald #58BA72

Color information

#58BA72 (or 0x58BA72) is unknown color: approx Emerald. HEX triplet: 58, BA and 72. RGB value is (88,186,114). Sum of RGB (Red+Green+Blue) = 88+186+114=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #58BA72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BA72 is #A7458D. Grayscale: #949494. Windows color (decimal): -10962318 or 7518808. OLE color: 7518808.

HSL color Cylindrical-coordinate representation of color #58BA72: hue angle of 135.92º 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 #58BA72 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB88186114-
CMYK0.5300.390.27
HSL135.92º41.53%53.73%-
HSV(B)135.92º52.69%72.94%-
XYZ24.6238.4122.04-
YUV148.49108.5384.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.68%
GREEN value IS 186 (73.05% from 255) = 47.94%
BLUE value IS 114 (44.92% from 255) = 29.38%
R=22.68%
G=47.94%
B=29.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881861140.5300.390.27135.9241.5353.73
Hex58BA72350271B882a36
Octal13027216265047332105266
Binary101100010111010111001011010101001111101110001000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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