Html Css Color HEX #50D4AD Medium Aquamarine

📋 copy color: '#50D4AD'

red 80 ◦ green 212 ◦ blue 173

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

Shades of Medium Aquamarine #50D4AD

Tints of Medium Aquamarine #50D4AD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.59%

 BLUE value IS 173 (67.97% from 255) = 37.2%

R = 17.2%
G = 45.59%
B = 37.2%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#50D4AD (or 0x50D4AD) is known color: Medium Aquamarine. HEX triplet: 50, D4 and AD. RGB value is (80,212,173). Sum of RGB (Red+Green+Blue) = 80+212+173=465 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.20% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 212 - color contains mainly: green. Hex color #50D4AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D4AD is #AF2B52. Grayscale: #A8A8A8. Windows color (decimal): -11479891 or 11392080. OLE color: 11392080.

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

Color convert

RGB 80 212 173 -
CMYK 0.62 0 0.18 0.17
HSL 162.27º 0.61% 0.57% -
HSV(B) 162.27º 0.62% 0.83% -
XYZ 34.39 51.81 47.72 -
YUV 168.09 130.77 65.17 -
System Red Green Blue C M Y K H S L
Decimal 80 212 173 0.62 0 0.18 0.17 162.27 0.61 0.57
Hex 50 D4 AD 3E 0 12 11 A2 3D 39
Octal 120 324 255 76 0 22 21 242 75 71
Binary 1010000 11010100 10101101 111110 0 10010 10001 10100010 111101 111001

Color Harmonies of #50D4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D4AD

Black with #50D4AD

Text Example


Text Example

White with #50D4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,212,173); }

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

background-color css

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

 a { background-color: rgb(80,212,173); }

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

border-color css

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

 span { border-color: rgb(80,212,173); }

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