Html Css Color HEX #50EBAE Medium Aquamarine

📋 copy color: '#50EBAE'

red 80 ◦ green 235 ◦ blue 174

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

Shades of Medium Aquamarine #50EBAE

Tints of Medium Aquamarine #50EBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.58%

R = 16.36%
G = 48.06%
B = 35.58%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#50EBAE (or 0x50EBAE) is known color: Medium Aquamarine. HEX triplet: 50, EB and AE. RGB value is (80,235,174). Sum of RGB (Red+Green+Blue) = 80+235+174=489 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.36% from 489); Green value is 235 (92.19% from 255 or 48.06% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 235 - color contains mainly: green. Hex color #50EBAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EBAE is #AF1451. Grayscale: #B5B5B5. Windows color (decimal): -11474002 or 11463504. OLE color: 11463504.

HSL color Cylindrical-coordinate representation of color #50EBAE: hue angle of 156.39º 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 #50EBAE is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 235 174 -
CMYK 0.66 0 0.26 0.08
HSL 156.39º 0.79% 0.62% -
HSV(B) 156.39º 0.66% 0.92% -
XYZ 40.66 64.18 50.29 -
YUV 181.7 123.65 55.46 -
System Red Green Blue C M Y K H S L
Decimal 80 235 174 0.66 0 0.26 0.08 156.39 0.79 0.62
Hex 50 EB AE 42 0 1A 8 9C 4F 3E
Octal 120 353 256 102 0 32 10 234 117 76
Binary 1010000 11101011 10101110 1000010 0 11010 1000 10011100 1001111 111110

Color Harmonies of #50EBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EBAE

Black with #50EBAE

Text Example


Text Example

White with #50EBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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