#58BB7A

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

Shades of Emerald #58BB7A

Tints of Emerald #58BB7A

Color information

#58BB7A (or 0x58BB7A) is unknown color: approx Emerald. HEX triplet: 58, BB and 7A. RGB value is (88,187,122). Sum of RGB (Red+Green+Blue) = 88+187+122=397 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.17% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #58BB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BB7A is #A74485. Grayscale: #969696. Windows color (decimal): -10962054 or 8043352. OLE color: 8043352.

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

Color convert

RGB88187122-
CMYK0.5300.350.27
HSL140.61º42.13%53.92%-
HSV(B)140.61º52.94%73.33%-
XYZ25.3139.0224.61-
YUV149.99112.283.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.17%
GREEN value IS 187 (73.44% from 255) = 47.10%
BLUE value IS 122 (48.05% from 255) = 30.73%
R=22.17%
G=47.10%
B=30.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881871220.5300.350.27140.6142.1353.92
Hex58BB7A350231B8d2a36
Octal13027317265043332155266
Binary101100010111011111101011010101000111101110001101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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