#59C480

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

Shades of Emerald #59C480

Tints of Emerald #59C480

Color information

#59C480 (or 0x59C480) is unknown color: approx Emerald. HEX triplet: 59, C4 and 80. RGB value is (89,196,128). Sum of RGB (Red+Green+Blue) = 89+196+128=413 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.55% from 413); Green value is 196 (76.95% from 255 or 47.46% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 196 - color contains mainly: green. Hex color #59C480 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C480 is #A63B7F. Grayscale: #9C9C9C. Windows color (decimal): -10894208 or 8438873. OLE color: 8438873.

HSL color Cylindrical-coordinate representation of color #59C480: hue angle of 141.87º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59C480 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB89196128-
CMYK0.5500.350.23
HSL141.87º47.56%55.88%-
HSV(B)141.87º54.59%76.86%-
XYZ27.7643.1627.29-
YUV156.26112.0580.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.55%
GREEN value IS 196 (76.95% from 255) = 47.46%
BLUE value IS 128 (50.39% from 255) = 30.99%
R=21.55%
G=47.46%
B=30.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal891961280.5500.350.23141.8747.5655.88
Hex59C48037023178e3038
Octal13130420067043272166070
Binary1011001110001001000000011011101000111011110001110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59C480; }

 p { color: rgb(89,196,128); }

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

<style>
 a { background-color: #59C480; }

 a { background-color: rgb(89,196,128); }

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

<style>
 span { border-color: #59C480; }

 span { border-color: rgb(89,196,128); }

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