Html Css Color HEX #50EBA0 Medium Aquamarine

📋 copy color: '#50EBA0'

red 80 ◦ green 235 ◦ blue 160

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

Shades of Medium Aquamarine #50EBA0

Tints of Medium Aquamarine #50EBA0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.47%

 BLUE value IS 160 (62.89% from 255) = 33.68%

R = 16.84%
G = 49.47%
B = 33.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#50EBA0 (or 0x50EBA0) is known color: Medium Aquamarine. HEX triplet: 50, EB and A0. RGB value is (80,235,160). Sum of RGB (Red+Green+Blue) = 80+235+160=475 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.84% from 475); Green value is 235 (92.19% from 255 or 49.47% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 235 - color contains mainly: green. Hex color #50EBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EBA0 is #AF145F. Grayscale: #B4B4B4. Windows color (decimal): -11474016 or 10546000. OLE color: 10546000.

HSL color Cylindrical-coordinate representation of color #50EBA0: hue angle of 150.97º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EBA0 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 235 160 -
CMYK 0.66 0 0.32 0.08
HSL 150.97º 0.79% 0.62% -
HSV(B) 150.97º 0.66% 0.92% -
XYZ 39.36 63.66 43.47 -
YUV 180.11 116.65 56.6 -
System Red Green Blue C M Y K H S L
Decimal 80 235 160 0.66 0 0.32 0.08 150.97 0.79 0.62
Hex 50 EB A0 42 0 20 8 97 4F 3E
Octal 120 353 240 102 0 40 10 227 117 76
Binary 1010000 11101011 10100000 1000010 0 100000 1000 10010111 1001111 111110

Color Harmonies of #50EBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EBA0

Black with #50EBA0

Text Example


Text Example

White with #50EBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,235,160); }

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

background-color css

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

 a { background-color: rgb(80,235,160); }

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

border-color css

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

 span { border-color: rgb(80,235,160); }

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