Html Css Color HEX #50FDA7 Medium Aquamarine

📋 copy color: '#50FDA7'

red 80 ◦ green 253 ◦ blue 167

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

Shades of Medium Aquamarine #50FDA7

Tints of Medium Aquamarine #50FDA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.4%

R = 16%
G = 50.6%
B = 33.4%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#50FDA7 (or 0x50FDA7) is known color: Medium Aquamarine. HEX triplet: 50, FD and A7. RGB value is (80,253,167). Sum of RGB (Red+Green+Blue) = 80+253+167=500 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16% from 500); Green value is 253 (99.22% from 255 or 50.6% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 253 - color contains mainly: green. Hex color #50FDA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FDA7 is #AF0258. Grayscale: #BFBFBF. Windows color (decimal): -11469401 or 11009360. OLE color: 11009360.

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

Color convert

RGB 80 253 167 -
CMYK 0.68 0 0.34 0.01
HSL 150.17º 0.98% 0.65% -
HSV(B) 150.17º 0.68% 0.99% -
XYZ 45.41 74.75 48.59 -
YUV 191.47 114.19 48.49 -
System Red Green Blue C M Y K H S L
Decimal 80 253 167 0.68 0 0.34 0.01 150.17 0.98 0.65
Hex 50 FD A7 44 0 22 1 96 62 41
Octal 120 375 247 104 0 42 1 226 142 101
Binary 1010000 11111101 10100111 1000100 0 100010 1 10010110 1100010 1000001

Color Harmonies of #50FDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FDA7

Black with #50FDA7

Text Example


Text Example

White with #50FDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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