Html Css Color HEX #50DA9E Medium Aquamarine

📋 copy color: '#50DA9E'

red 80 ◦ green 218 ◦ blue 158

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

Shades of Medium Aquamarine #50DA9E

Tints of Medium Aquamarine #50DA9E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.81%

 BLUE value IS 158 (62.11% from 255) = 34.65%

R = 17.54%
G = 47.81%
B = 34.65%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#50DA9E (or 0x50DA9E) is known color: Medium Aquamarine. HEX triplet: 50, DA and 9E. RGB value is (80,218,158). Sum of RGB (Red+Green+Blue) = 80+218+158=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DA9E is #AF2561. Grayscale: #AAAAAA. Windows color (decimal): -11478370 or 10410576. OLE color: 10410576.

HSL color Cylindrical-coordinate representation of color #50DA9E: hue angle of 153.91º degrees, saturation: 0.65, 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 #50DA9E is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 218 158 -
CMYK 0.63 0 0.28 0.15
HSL 153.91º 0.65% 0.58% -
HSV(B) 153.91º 0.63% 0.85% -
XYZ 34.55 54.32 41.01 -
YUV 169.9 121.28 63.88 -
System Red Green Blue C M Y K H S L
Decimal 80 218 158 0.63 0 0.28 0.15 153.91 0.65 0.58
Hex 50 DA 9E 3F 0 1C F 9A 41 3A
Octal 120 332 236 77 0 34 17 232 101 72
Binary 1010000 11011010 10011110 111111 0 11100 1111 10011010 1000001 111010

Color Harmonies of #50DA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DA9E

Black with #50DA9E

Text Example


Text Example

White with #50DA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,218,158); }

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

background-color css

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

 a { background-color: rgb(80,218,158); }

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

border-color css

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

 span { border-color: rgb(80,218,158); }

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