#58B97F

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

Shades of Emerald #58B97F

Tints of Emerald #58B97F

Color information

#58B97F (or 0x58B97F) is unknown color: approx Emerald. HEX triplet: 58, B9 and 7F. RGB value is (88,185,127). Sum of RGB (Red+Green+Blue) = 88+185+127=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 185 - color contains mainly: green. Hex color #58B97F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B97F is #A74680. Grayscale: #959595. Windows color (decimal): -10962561 or 8370520. OLE color: 8370520.

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

Color convert

RGB88185127-
CMYK0.5200.310.27
HSL144.12º40.93%53.53%-
HSV(B)144.12º52.43%72.55%-
XYZ25.238.326.14-
YUV149.38115.3684.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22%
GREEN value IS 185 (72.66% from 255) = 46.25%
BLUE value IS 127 (50% from 255) = 31.75%
R=22%
G=46.25%
B=31.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881851270.5200.310.27144.1240.9353.53
Hex58B97F3401F1B902936
Octal13027117764037332205166
Binary10110001011100111111111101000111111101110010000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,185,127); }

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

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

 a { background-color: rgb(88,185,127); }

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

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

 span { border-color: rgb(88,185,127); }

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