Html Css Color HEX #50EDA8 Medium Aquamarine

📋 copy color: '#50EDA8'

red 80 ◦ green 237 ◦ blue 168

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

Shades of Medium Aquamarine #50EDA8

Tints of Medium Aquamarine #50EDA8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.87%

 BLUE value IS 168 (66.02% from 255) = 34.64%

R = 16.49%
G = 48.87%
B = 34.64%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#50EDA8 (or 0x50EDA8) is known color: Medium Aquamarine. HEX triplet: 50, ED and A8. RGB value is (80,237,168). Sum of RGB (Red+Green+Blue) = 80+237+168=485 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.49% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #50EDA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EDA8 is #AF1257. Grayscale: #B6B6B6. Windows color (decimal): -11473496 or 11070800. OLE color: 11070800.

HSL color Cylindrical-coordinate representation of color #50EDA8: hue angle of 153.63º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EDA8 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 237 168 -
CMYK 0.66 0 0.29 0.07
HSL 153.63º 0.81% 0.62% -
HSV(B) 153.63º 0.66% 0.93% -
XYZ 40.66 65.1 47.47 -
YUV 182.19 119.99 55.11 -
System Red Green Blue C M Y K H S L
Decimal 80 237 168 0.66 0 0.29 0.07 153.63 0.81 0.62
Hex 50 ED A8 42 0 1D 7 9A 51 3E
Octal 120 355 250 102 0 35 7 232 121 76
Binary 1010000 11101101 10101000 1000010 0 11101 111 10011010 1010001 111110

Color Harmonies of #50EDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EDA8

Black with #50EDA8

Text Example


Text Example

White with #50EDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,237,168); }

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

background-color css

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

 a { background-color: rgb(80,237,168); }

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

border-color css

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

 span { border-color: rgb(80,237,168); }

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