Html Css Color HEX #50DC99 Medium Aquamarine

📋 copy color: '#50DC99'

red 80 ◦ green 220 ◦ blue 153

#50DC99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #50DC99

Tints of Medium Aquamarine #50DC99

RGB

 RED value IS 80 (31.64% from 255) = 17.66%

 GREEN value IS 220 (86.33% from 255) = 48.57%

 BLUE value IS 153 (60.16% from 255) = 33.77%

R = 17.66%
G = 48.57%
B = 33.77%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#50DC99 (or 0x50DC99) is known color: Medium Aquamarine. HEX triplet: 50, DC and 99. RGB value is (80,220,153). Sum of RGB (Red+Green+Blue) = 80+220+153=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #50DC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DC99 is #AF2366. Grayscale: #AAAAAA. Windows color (decimal): -11477863 or 10083408. OLE color: 10083408.

HSL color Cylindrical-coordinate representation of color #50DC99: hue angle of 151.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DC99 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 220 153 -
CMYK 0.64 0 0.30 0.14
HSL 151.29º 0.67% 0.59% -
HSV(B) 151.29º 0.64% 0.86% -
XYZ 34.65 55.19 38.96 -
YUV 170.5 118.12 63.45 -
System Red Green Blue C M Y K H S L
Decimal 80 220 153 0.64 0 0.30 0.14 151.29 0.67 0.59
Hex 50 DC 99 40 0 1E E 97 43 3B
Octal 120 334 231 100 0 36 16 227 103 73
Binary 1010000 11011100 10011001 1000000 0 11110 1110 10010111 1000011 111011

Color Harmonies of #50DC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DC99

Black with #50DC99

Text Example


Text Example

White with #50DC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,220,153); }

 H1.HeaderClassName
 {
   color: #50DC99;
 }
 .AnyTagClassName
 {
   color: #50DC99;
 }
</style>

background-color css

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

 a { background-color: rgb(80,220,153); }

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

border-color css

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

 span { border-color: rgb(80,220,153); }

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