#58BC76

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

Shades of Emerald #58BC76

Tints of Emerald #58BC76

Color information

#58BC76 (or 0x58BC76) is unknown color: approx Emerald. HEX triplet: 58, BC and 76. RGB value is (88,188,118). Sum of RGB (Red+Green+Blue) = 88+188+118=394 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.34% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BC76 is #A74389. Grayscale: #969696. Windows color (decimal): -10961802 or 7781464. OLE color: 7781464.

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

Color convert

RGB88188118-
CMYK0.5300.370.26
HSL138º42.74%54.12%-
HSV(B)138º53.19%73.73%-
XYZ25.2839.3523.4-
YUV150.12109.8783.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.34%
GREEN value IS 188 (73.83% from 255) = 47.72%
BLUE value IS 118 (46.48% from 255) = 29.95%
R=22.34%
G=47.72%
B=29.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal881881180.5300.370.2613842.7454.12
Hex58BC76350251A8a2b36
Octal13027416665045322125366
Binary101100010111100111011011010101001011101010001010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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