Html Css Color HEX #50FC97 Medium Aquamarine

📋 copy color: '#50FC97'

red 80 ◦ green 252 ◦ blue 151

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

Shades of Medium Aquamarine #50FC97

Tints of Medium Aquamarine #50FC97

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.17%

 BLUE value IS 151 (59.38% from 255) = 31.26%

R = 16.56%
G = 52.17%
B = 31.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#50FC97 (or 0x50FC97) is known color: Medium Aquamarine. HEX triplet: 50, FC and 97. RGB value is (80,252,151). Sum of RGB (Red+Green+Blue) = 80+252+151=483 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.56% from 483); Green value is 252 (98.83% from 255 or 52.17% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 252 - color contains mainly: green. Hex color #50FC97 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FC97 is #AF0368. Grayscale: #BDBDBD. Windows color (decimal): -11469673 or 9960528. OLE color: 9960528.

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

Color convert

RGB 80 252 151 -
CMYK 0.68 0 0.40 0.01
HSL 144.77º 0.97% 0.65% -
HSV(B) 144.77º 0.68% 0.99% -
XYZ 43.7 73.56 41.17 -
YUV 189.06 106.52 50.21 -
System Red Green Blue C M Y K H S L
Decimal 80 252 151 0.68 0 0.40 0.01 144.77 0.97 0.65
Hex 50 FC 97 44 0 28 1 91 61 41
Octal 120 374 227 104 0 50 1 221 141 101
Binary 1010000 11111100 10010111 1000100 0 101000 1 10010001 1100001 1000001

Color Harmonies of #50FC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FC97

Black with #50FC97

Text Example


Text Example

White with #50FC97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,252,151); }

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

background-color css

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

 a { background-color: rgb(80,252,151); }

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

border-color css

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

 span { border-color: rgb(80,252,151); }

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