Html Css Color HEX #50FEB0 Medium Aquamarine

📋 copy color: '#50FEB0'

red 80 ◦ green 254 ◦ blue 176

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

Shades of Medium Aquamarine #50FEB0

Tints of Medium Aquamarine #50FEB0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.8%

 BLUE value IS 176 (69.14% from 255) = 34.51%

R = 15.69%
G = 49.8%
B = 34.51%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#50FEB0 (or 0x50FEB0) is known color: Medium Aquamarine. HEX triplet: 50, FE and B0. RGB value is (80,254,176). Sum of RGB (Red+Green+Blue) = 80+254+176=510 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.69% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #50FEB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FEB0 is #AF014F. Grayscale: #C1C1C1. Windows color (decimal): -11469136 or 11599440. OLE color: 11599440.

HSL color Cylindrical-coordinate representation of color #50FEB0: hue angle of 153.1º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FEB0 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 254 176 -
CMYK 0.69 0 0.31 0.00
HSL 153.1º 0.99% 0.65% -
HSV(B) 153.1º 0.69% 1% -
XYZ 46.59 75.72 53.24 -
YUV 193.08 118.35 47.34 -
System Red Green Blue C M Y K H S L
Decimal 80 254 176 0.69 0 0.31 0.00 153.1 0.99 0.65
Hex 50 FE B0 45 0 1F 0 99 63 41
Octal 120 376 260 105 0 37 0 231 143 101
Binary 1010000 11111110 10110000 1000101 0 11111 0 10011001 1100011 1000001

Color Harmonies of #50FEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FEB0

Black with #50FEB0

Text Example


Text Example

White with #50FEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,254,176); }

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

background-color css

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

 a { background-color: rgb(80,254,176); }

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

border-color css

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

 span { border-color: rgb(80,254,176); }

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