Html Css Color HEX #50FDA5 Medium Aquamarine

📋 copy color: '#50FDA5'

red 80 ◦ green 253 ◦ blue 165

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

Shades of Medium Aquamarine #50FDA5

Tints of Medium Aquamarine #50FDA5

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.8%

 BLUE value IS 165 (64.84% from 255) = 33.13%

R = 16.06%
G = 50.8%
B = 33.13%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#50FDA5 (or 0x50FDA5) is known color: Medium Aquamarine. HEX triplet: 50, FD and A5. RGB value is (80,253,165). Sum of RGB (Red+Green+Blue) = 80+253+165=498 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.06% from 498); Green value is 253 (99.22% from 255 or 50.80% from 498); Blue value is 165 (64.84% from 255 or 33.13% from 498); Max value from RGB is 253 - color contains mainly: green. Hex color #50FDA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FDA5 is #AF025A. Grayscale: #BFBFBF. Windows color (decimal): -11469403 or 10878288. OLE color: 10878288.

HSL color Cylindrical-coordinate representation of color #50FDA5: hue angle of 149.48º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FDA5 is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 253 165 -
CMYK 0.68 0 0.35 0.01
HSL 149.48º 0.98% 0.65% -
HSV(B) 149.48º 0.68% 0.99% -
XYZ 45.23 74.67 47.63 -
YUV 191.24 113.19 48.66 -
System Red Green Blue C M Y K H S L
Decimal 80 253 165 0.68 0 0.35 0.01 149.48 0.98 0.65
Hex 50 FD A5 44 0 23 1 95 62 41
Octal 120 375 245 104 0 43 1 225 142 101
Binary 1010000 11111101 10100101 1000100 0 100011 1 10010101 1100010 1000001

Color Harmonies of #50FDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FDA5

Black with #50FDA5

Text Example


Text Example

White with #50FDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,253,165); }

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

background-color css

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

 a { background-color: rgb(80,253,165); }

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

border-color css

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

 span { border-color: rgb(80,253,165); }

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