#58cb88

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

Shades of Emerald #58CB88

Tints of Emerald #58CB88

Color information

#58CB88 (or 0x58CB88) is unknown color: approx Emerald. HEX triplet: 58, CB and 88. RGB value is (88,203,136). Sum of RGB (Red+Green+Blue) = 88+203+136=427 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.61% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #58CB88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CB88 is #A73477. Grayscale: #A1A1A1. Windows color (decimal): -10957944 or 8964952. OLE color: 8964952.

HSL color Cylindrical-coordinate representation of color #58CB88: hue angle of 145.04º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CB88 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB88203136-
CMYK0.5700.330.20
HSL145.04º52.51%57.06%-
HSV(B)145.04º56.65%79.61%-
XYZ29.8246.5630.71-
YUV160.98113.975.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.61%
GREEN value IS 203 (79.69% from 255) = 47.54%
BLUE value IS 136 (53.52% from 255) = 31.85%
R=20.61%
G=47.54%
B=31.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal882031360.5700.330.20145.0452.5157.06
Hex58CB883902114913539
Octal13031321071041242216571
Binary1011000110010111000100011100101000011010010010001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58cb88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,203,136); }

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

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

 a { background-color: rgb(88,203,136); }

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

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

 span { border-color: rgb(88,203,136); }

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