Html Css Color HEX #50ED99 Medium Aquamarine

📋 copy color: '#50ED99'

red 80 ◦ green 237 ◦ blue 153

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

Shades of Medium Aquamarine #50ED99

Tints of Medium Aquamarine #50ED99

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.43%

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

R = 17.02%
G = 50.43%
B = 32.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#50ED99 (or 0x50ED99) is known color: Medium Aquamarine. HEX triplet: 50, ED and 99. RGB value is (80,237,153). Sum of RGB (Red+Green+Blue) = 80+237+153=470 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.02% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #50ED99 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50ED99 is #AF1266. Grayscale: #B4B4B4. Windows color (decimal): -11473511 or 10087760. OLE color: 10087760.

HSL color Cylindrical-coordinate representation of color #50ED99: hue angle of 147.9º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50ED99 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 237 153 -
CMYK 0.66 0 0.35 0.07
HSL 147.9º 0.81% 0.62% -
HSV(B) 147.9º 0.66% 0.93% -
XYZ 39.34 64.57 40.53 -
YUV 180.48 112.49 56.33 -
System Red Green Blue C M Y K H S L
Decimal 80 237 153 0.66 0 0.35 0.07 147.9 0.81 0.62
Hex 50 ED 99 42 0 23 7 94 51 3E
Octal 120 355 231 102 0 43 7 224 121 76
Binary 1010000 11101101 10011001 1000010 0 100011 111 10010100 1010001 111110

Color Harmonies of #50ED99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ED99

Black with #50ED99

Text Example


Text Example

White with #50ED99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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