Html Css Color HEX #50FDA9 Medium Aquamarine

📋 copy color: '#50FDA9'

red 80 ◦ green 253 ◦ blue 169

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

Shades of Medium Aquamarine #50FDA9

Tints of Medium Aquamarine #50FDA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 33.67%

R = 15.94%
G = 50.4%
B = 33.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#50FDA9 (or 0x50FDA9) is known color: Medium Aquamarine. HEX triplet: 50, FD and A9. RGB value is (80,253,169). Sum of RGB (Red+Green+Blue) = 80+253+169=502 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.94% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #50FDA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FDA9 is #AF0256. Grayscale: #BFBFBF. Windows color (decimal): -11469399 or 11140432. OLE color: 11140432.

HSL color Cylindrical-coordinate representation of color #50FDA9: hue angle of 150.87º 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 #50FDA9 is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 253 169 -
CMYK 0.68 0 0.33 0.01
HSL 150.87º 0.98% 0.65% -
HSV(B) 150.87º 0.68% 0.99% -
XYZ 45.59 74.82 49.57 -
YUV 191.7 115.19 48.33 -
System Red Green Blue C M Y K H S L
Decimal 80 253 169 0.68 0 0.33 0.01 150.87 0.98 0.65
Hex 50 FD A9 44 0 21 1 97 62 41
Octal 120 375 251 104 0 41 1 227 142 101
Binary 1010000 11111101 10101001 1000100 0 100001 1 10010111 1100010 1000001

Color Harmonies of #50FDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FDA9

Black with #50FDA9

Text Example


Text Example

White with #50FDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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