#58B880

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

Shades of Emerald #58B880

Tints of Emerald #58B880

Color information

#58B880 (or 0x58B880) is unknown color: approx Emerald. HEX triplet: 58, B8 and 80. RGB value is (88,184,128). Sum of RGB (Red+Green+Blue) = 88+184+128=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 184 - color contains mainly: green. Hex color #58B880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B880 is #A7477F. Grayscale: #959595. Windows color (decimal): -10962816 or 8435800. OLE color: 8435800.

HSL color Cylindrical-coordinate representation of color #58B880: hue angle of 145º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58B880 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB88184128-
CMYK0.5200.300.28
HSL145º40.34%53.33%-
HSV(B)145º52.17%72.16%-
XYZ25.0637.9126.42-
YUV148.91116.284.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22%
GREEN value IS 184 (72.27% from 255) = 46%
BLUE value IS 128 (50.39% from 255) = 32%
R=22%
G=46%
B=32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal881841280.5200.300.2814540.3453.33
Hex58B8803401E1C912835
Octal13027020064036342215065
Binary101100010111000100000001101000111101110010010001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,184,128); }

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

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

 a { background-color: rgb(88,184,128); }

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

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

 span { border-color: rgb(88,184,128); }

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