#58BB81

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

Shades of Emerald #58BB81

Tints of Emerald #58BB81

Color information

#58BB81 (or 0x58BB81) is unknown color: approx Emerald. HEX triplet: 58, BB and 81. RGB value is (88,187,129). Sum of RGB (Red+Green+Blue) = 88+187+129=404 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.78% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 187 - color contains mainly: green. Hex color #58BB81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BB81 is #A7447E. Grayscale: #969696. Windows color (decimal): -10962047 or 8502104. OLE color: 8502104.

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

Color convert

RGB88187129-
CMYK0.5300.310.27
HSL144.85º42.13%53.92%-
HSV(B)144.85º52.94%73.33%-
XYZ25.7639.226.98-
YUV150.79115.783.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.78%
GREEN value IS 187 (73.44% from 255) = 46.29%
BLUE value IS 129 (50.78% from 255) = 31.93%
R=21.78%
G=46.29%
B=31.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881871290.5300.310.27144.8542.1353.92
Hex58BB813501F1B912a36
Octal13027320165037332215266
Binary101100010111011100000011101010111111101110010001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,187,129); }

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

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

 a { background-color: rgb(88,187,129); }

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

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

 span { border-color: rgb(88,187,129); }

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