#58DC86

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

Shades of Emerald #58DC86

Tints of Emerald #58DC86

Color information

#58DC86 (or 0x58DC86) is unknown color: approx Emerald. HEX triplet: 58, DC and 86. RGB value is (88,220,134). Sum of RGB (Red+Green+Blue) = 88+220+134=442 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.91% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58DC86 is #A72379. Grayscale: #AAAAAA. Windows color (decimal): -10953594 or 8838232. OLE color: 8838232.

HSL color Cylindrical-coordinate representation of color #58DC86: hue angle of 140.91º 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 #58DC86 is Cyan = 0.6, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB88220134-
CMYK0.600.390.14
HSL140.91º65.35%60.39%-
HSV(B)140.91º60%86.27%-
XYZ33.9254.9831.38-
YUV170.73107.2768.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.91%
GREEN value IS 220 (86.33% from 255) = 49.77%
BLUE value IS 134 (52.73% from 255) = 30.32%
R=19.91%
G=49.77%
B=30.32%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal882201340.600.390.14140.9165.3560.39
Hex58DC863C027E8d413c
Octal130334206740471621510174
Binary1011000110111001000011011110001001111110100011011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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