Html Css Color HEX #50D99A Medium Aquamarine

📋 copy color: '#50D99A'

red 80 ◦ green 217 ◦ blue 154

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

Shades of Medium Aquamarine #50D99A

Tints of Medium Aquamarine #50D99A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.12%

 BLUE value IS 154 (60.55% from 255) = 34.15%

R = 17.74%
G = 48.12%
B = 34.15%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#50D99A (or 0x50D99A) is known color: Medium Aquamarine. HEX triplet: 50, D9 and 9A. RGB value is (80,217,154). Sum of RGB (Red+Green+Blue) = 80+217+154=451 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.74% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #50D99A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D99A is #AF2665. Grayscale: #A8A8A8. Windows color (decimal): -11478630 or 10148176. OLE color: 10148176.

HSL color Cylindrical-coordinate representation of color #50D99A: hue angle of 152.41º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D99A is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 217 154 -
CMYK 0.63 0 0.29 0.15
HSL 152.41º 0.64% 0.58% -
HSV(B) 152.41º 0.63% 0.85% -
XYZ 33.95 53.66 39.14 -
YUV 168.86 119.61 64.62 -
System Red Green Blue C M Y K H S L
Decimal 80 217 154 0.63 0 0.29 0.15 152.41 0.64 0.58
Hex 50 D9 9A 3F 0 1D F 98 40 3A
Octal 120 331 232 77 0 35 17 230 100 72
Binary 1010000 11011001 10011010 111111 0 11101 1111 10011000 1000000 111010

Color Harmonies of #50D99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D99A

Black with #50D99A

Text Example


Text Example

White with #50D99A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,217,154); }

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

background-color css

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

 a { background-color: rgb(80,217,154); }

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

border-color css

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

 span { border-color: rgb(80,217,154); }

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