Html Css Color HEX #50FB9F Medium Aquamarine

📋 copy color: '#50FB9F'

red 80 ◦ green 251 ◦ blue 159

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

Shades of Medium Aquamarine #50FB9F

Tints of Medium Aquamarine #50FB9F

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.22%

 BLUE value IS 159 (62.5% from 255) = 32.45%

R = 16.33%
G = 51.22%
B = 32.45%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#50FB9F (or 0x50FB9F) is known color: Medium Aquamarine. HEX triplet: 50, FB and 9F. RGB value is (80,251,159). Sum of RGB (Red+Green+Blue) = 80+251+159=490 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.33% from 490); Green value is 251 (98.44% from 255 or 51.22% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 251 - color contains mainly: green. Hex color #50FB9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FB9F is #AF0460. Grayscale: #BDBDBD. Windows color (decimal): -11469921 or 10484560. OLE color: 10484560.

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

Color convert

RGB 80 251 159 -
CMYK 0.68 0 0.37 0.02
HSL 147.72º 0.96% 0.65% -
HSV(B) 147.72º 0.68% 0.98% -
XYZ 44.06 73.2 44.61 -
YUV 189.38 110.85 49.98 -
System Red Green Blue C M Y K H S L
Decimal 80 251 159 0.68 0 0.37 0.02 147.72 0.96 0.65
Hex 50 FB 9F 44 0 25 2 94 60 41
Octal 120 373 237 104 0 45 2 224 140 101
Binary 1010000 11111011 10011111 1000100 0 100101 10 10010100 1100000 1000001

Color Harmonies of #50FB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FB9F

Black with #50FB9F

Text Example


Text Example

White with #50FB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,251,159); }

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

background-color css

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

 a { background-color: rgb(80,251,159); }

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

border-color css

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

 span { border-color: rgb(80,251,159); }

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