#58DC8E

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

Shades of Emerald #58DC8E

Tints of Emerald #58DC8E

Color information

#58DC8E (or 0x58DC8E) is unknown color: approx Emerald. HEX triplet: 58, DC and 8E. RGB value is (88,220,142). Sum of RGB (Red+Green+Blue) = 88+220+142=450 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.56% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58DC8E is #A72371. Grayscale: #ABABAB. Windows color (decimal): -10953586 or 9362520. OLE color: 9362520.

HSL color Cylindrical-coordinate representation of color #58DC8E: hue angle of 144.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DC8E is Cyan = 0.6, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB88220142-
CMYK0.600.350.14
HSL144.55º65.35%60.39%-
HSV(B)144.55º60%86.27%-
XYZ34.555.2134.43-
YUV171.64111.2768.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.56%
GREEN value IS 220 (86.33% from 255) = 48.89%
BLUE value IS 142 (55.86% from 255) = 31.56%
R=19.56%
G=48.89%
B=31.56%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal882201420.600.350.14144.5565.3560.39
Hex58DC8E3C023E91413c
Octal130334216740431622110174
Binary1011000110111001000111011110001000111110100100011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,220,142); }

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

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

 a { background-color: rgb(88,220,142); }

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

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

 span { border-color: rgb(88,220,142); }

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