Html Css Color HEX #50D59D Medium Aquamarine

📋 copy color: '#50D59D'

red 80 ◦ green 213 ◦ blue 157

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

Shades of Medium Aquamarine #50D59D

Tints of Medium Aquamarine #50D59D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.33%

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

R = 17.78%
G = 47.33%
B = 34.89%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#50D59D (or 0x50D59D) is known color: Medium Aquamarine. HEX triplet: 50, D5 and 9D. RGB value is (80,213,157). Sum of RGB (Red+Green+Blue) = 80+213+157=450 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.78% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #50D59D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D59D is #AF2A62. Grayscale: #A6A6A6. Windows color (decimal): -11479651 or 10343760. OLE color: 10343760.

HSL color Cylindrical-coordinate representation of color #50D59D: hue angle of 154.74º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D59D is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 213 157 -
CMYK 0.62 0 0.26 0.16
HSL 154.74º 0.61% 0.57% -
HSV(B) 154.74º 0.62% 0.84% -
XYZ 33.19 51.73 40.13 -
YUV 166.85 122.44 66.05 -
System Red Green Blue C M Y K H S L
Decimal 80 213 157 0.62 0 0.26 0.16 154.74 0.61 0.57
Hex 50 D5 9D 3E 0 1A 10 9B 3D 39
Octal 120 325 235 76 0 32 20 233 75 71
Binary 1010000 11010101 10011101 111110 0 11010 10000 10011011 111101 111001

Color Harmonies of #50D59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D59D

Black with #50D59D

Text Example


Text Example

White with #50D59D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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