#58BA7D

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

Shades of Emerald #58BA7D

Tints of Emerald #58BA7D

Color information

#58BA7D (or 0x58BA7D) is unknown color: approx Emerald. HEX triplet: 58, BA and 7D. RGB value is (88,186,125). Sum of RGB (Red+Green+Blue) = 88+186+125=399 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.06% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #58BA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BA7D is #A74582. Grayscale: #959595. Windows color (decimal): -10962307 or 8239704. OLE color: 8239704.

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

Color convert

RGB88186125-
CMYK0.5300.330.27
HSL142.65º41.53%53.73%-
HSV(B)142.65º52.69%72.94%-
XYZ25.2938.6725.53-
YUV149.74114.0383.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.06%
GREEN value IS 186 (73.05% from 255) = 46.62%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=22.06%
G=46.62%
B=31.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881861250.5300.330.27142.6541.5353.73
Hex58BA7D350211B8f2a36
Octal13027217565041332175266
Binary101100010111010111110111010101000011101110001111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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