Html Css Color HEX #50DA9C Medium Aquamarine

📋 copy color: '#50DA9C'

red 80 ◦ green 218 ◦ blue 156

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

Shades of Medium Aquamarine #50DA9C

Tints of Medium Aquamarine #50DA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.36%

R = 17.62%
G = 48.02%
B = 34.36%

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

#50DA9C (or 0x50DA9C) is known color: Medium Aquamarine. HEX triplet: 50, DA and 9C. RGB value is (80,218,156). Sum of RGB (Red+Green+Blue) = 80+218+156=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DA9C is #AF2563. Grayscale: #A9A9A9. Windows color (decimal): -11478372 or 10279504. OLE color: 10279504.

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

Color convert

RGB 80 218 156 -
CMYK 0.63 0 0.28 0.15
HSL 153.04º 0.65% 0.58% -
HSV(B) 153.04º 0.63% 0.85% -
XYZ 34.38 54.25 40.11 -
YUV 169.67 120.28 64.04 -
System Red Green Blue C M Y K H S L
Decimal 80 218 156 0.63 0 0.28 0.15 153.04 0.65 0.58
Hex 50 DA 9C 3F 0 1C F 99 41 3A
Octal 120 332 234 77 0 34 17 231 101 72
Binary 1010000 11011010 10011100 111111 0 11100 1111 10011001 1000001 111010

Color Harmonies of #50DA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DA9C

Black with #50DA9C

Text Example


Text Example

White with #50DA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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