Html Css Color HEX #50EBAC Medium Aquamarine

📋 copy color: '#50EBAC'

red 80 ◦ green 235 ◦ blue 172

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

Shades of Medium Aquamarine #50EBAC

Tints of Medium Aquamarine #50EBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.32%

R = 16.43%
G = 48.25%
B = 35.32%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#50EBAC (or 0x50EBAC) is known color: Medium Aquamarine. HEX triplet: 50, EB and AC. RGB value is (80,235,172). Sum of RGB (Red+Green+Blue) = 80+235+172=487 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.43% from 487); Green value is 235 (92.19% from 255 or 48.25% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 235 - color contains mainly: green. Hex color #50EBAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EBAC is #AF1453. Grayscale: #B5B5B5. Windows color (decimal): -11474004 or 11332432. OLE color: 11332432.

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

Color convert

RGB 80 235 172 -
CMYK 0.66 0 0.27 0.08
HSL 155.61º 0.79% 0.62% -
HSV(B) 155.61º 0.66% 0.92% -
XYZ 40.46 64.1 49.27 -
YUV 181.47 122.65 55.62 -
System Red Green Blue C M Y K H S L
Decimal 80 235 172 0.66 0 0.27 0.08 155.61 0.79 0.62
Hex 50 EB AC 42 0 1B 8 9C 4F 3E
Octal 120 353 254 102 0 33 10 234 117 76
Binary 1010000 11101011 10101100 1000010 0 11011 1000 10011100 1001111 111110

Color Harmonies of #50EBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EBAC

Black with #50EBAC

Text Example


Text Example

White with #50EBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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