#50CC88

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

Shades of Emerald #50CC88

Tints of Emerald #50CC88

Color information

#50CC88 (or 0x50CC88) is unknown color: approx Emerald. HEX triplet: 50, CC and 88. RGB value is (80,204,136). Sum of RGB (Red+Green+Blue) = 80+204+136=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #50CC88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CC88 is #AF3377. Grayscale: #9F9F9F. Windows color (decimal): -11481976 or 8965200. OLE color: 8965200.

HSL color Cylindrical-coordinate representation of color #50CC88: hue angle of 147.1º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CC88 is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB80204136-
CMYK0.6100.330.2
HSL147.1º54.87%55.69%-
HSV(B)147.1º60.78%80%-
XYZ29.3546.6730.75-
YUV159.17114.9271.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.05%
GREEN value IS 204 (80.08% from 255) = 48.57%
BLUE value IS 136 (53.52% from 255) = 32.38%
R=19.05%
G=48.57%
B=32.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal802041360.6100.330.2147.154.8755.69
Hex50CC883D02114933738
Octal12031421075041242236770
Binary1010000110011001000100011110101000011010010010011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50CC88; }

 p { color: rgb(80,204,136); }

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

<style>
 a { background-color: #50CC88; }

 a { background-color: rgb(80,204,136); }

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

<style>
 span { border-color: #50CC88; }

 span { border-color: rgb(80,204,136); }

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