Html Css Color HEX #50D79D Medium Aquamarine

📋 copy color: '#50D79D'

red 80 ◦ green 215 ◦ blue 157

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

Shades of Medium Aquamarine #50D79D

Tints of Medium Aquamarine #50D79D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.57%

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

R = 17.7%
G = 47.57%
B = 34.73%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#50D79D (or 0x50D79D) is known color: Medium Aquamarine. HEX triplet: 50, D7 and 9D. RGB value is (80,215,157). Sum of RGB (Red+Green+Blue) = 80+215+157=452 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.70% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 215 - color contains mainly: green. Hex color #50D79D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D79D is #AF2862. Grayscale: #A8A8A8. Windows color (decimal): -11479139 or 10344272. OLE color: 10344272.

HSL color Cylindrical-coordinate representation of color #50D79D: hue angle of 154.22º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D79D is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 215 157 -
CMYK 0.63 0 0.27 0.16
HSL 154.22º 0.63% 0.58% -
HSV(B) 154.22º 0.63% 0.84% -
XYZ 33.69 52.74 40.3 -
YUV 168.02 121.77 65.22 -
System Red Green Blue C M Y K H S L
Decimal 80 215 157 0.63 0 0.27 0.16 154.22 0.63 0.58
Hex 50 D7 9D 3F 0 1B 10 9A 3F 3A
Octal 120 327 235 77 0 33 20 232 77 72
Binary 1010000 11010111 10011101 111111 0 11011 10000 10011010 111111 111010

Color Harmonies of #50D79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D79D

Black with #50D79D

Text Example


Text Example

White with #50D79D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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