Html Css Color HEX #50D19D Medium Aquamarine

📋 copy color: '#50D19D'

red 80 ◦ green 209 ◦ blue 157

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

Shades of Medium Aquamarine #50D19D

Tints of Medium Aquamarine #50D19D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.86%

 BLUE value IS 157 (61.72% from 255) = 35.2%

R = 17.94%
G = 46.86%
B = 35.2%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#50D19D (or 0x50D19D) is known color: Medium Aquamarine. HEX triplet: 50, D1 and 9D. RGB value is (80,209,157). Sum of RGB (Red+Green+Blue) = 80+209+157=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 209 - color contains mainly: green. Hex color #50D19D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D19D is #AF2E62. Grayscale: #A4A4A4. Windows color (decimal): -11480675 or 10342736. OLE color: 10342736.

HSL color Cylindrical-coordinate representation of color #50D19D: hue angle of 155.81º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D19D is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 209 157 -
CMYK 0.62 0 0.25 0.18
HSL 155.81º 0.58% 0.57% -
HSV(B) 155.81º 0.62% 0.82% -
XYZ 32.19 49.74 39.8 -
YUV 164.5 123.76 67.73 -
System Red Green Blue C M Y K H S L
Decimal 80 209 157 0.62 0 0.25 0.18 155.81 0.58 0.57
Hex 50 D1 9D 3E 0 19 12 9C 3A 39
Octal 120 321 235 76 0 31 22 234 72 71
Binary 1010000 11010001 10011101 111110 0 11001 10010 10011100 111010 111001

Color Harmonies of #50D19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D19D

Black with #50D19D

Text Example


Text Example

White with #50D19D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,209,157); }

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

background-color css

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

 a { background-color: rgb(80,209,157); }

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

border-color css

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

 span { border-color: rgb(80,209,157); }

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