Html Css Color HEX #50EAA7 Medium Aquamarine

📋 copy color: '#50EAA7'

red 80 ◦ green 234 ◦ blue 167

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

Shades of Medium Aquamarine #50EAA7

Tints of Medium Aquamarine #50EAA7

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.65%

 BLUE value IS 167 (65.63% from 255) = 34.72%

R = 16.63%
G = 48.65%
B = 34.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#50EAA7 (or 0x50EAA7) is known color: Medium Aquamarine. HEX triplet: 50, EA and A7. RGB value is (80,234,167). Sum of RGB (Red+Green+Blue) = 80+234+167=481 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.63% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 167 (65.62% from 255 or 34.72% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #50EAA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EAA7 is #AF1558. Grayscale: #B4B4B4. Windows color (decimal): -11474265 or 11004496. OLE color: 11004496.

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

Color convert

RGB 80 234 167 -
CMYK 0.66 0 0.29 0.08
HSL 153.9º 0.79% 0.62% -
HSV(B) 153.9º 0.66% 0.92% -
XYZ 39.71 63.34 46.69 -
YUV 180.32 120.48 56.45 -
System Red Green Blue C M Y K H S L
Decimal 80 234 167 0.66 0 0.29 0.08 153.9 0.79 0.62
Hex 50 EA A7 42 0 1D 8 9A 4F 3E
Octal 120 352 247 102 0 35 10 232 117 76
Binary 1010000 11101010 10100111 1000010 0 11101 1000 10011010 1001111 111110

Color Harmonies of #50EAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EAA7

Black with #50EAA7

Text Example


Text Example

White with #50EAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,234,167); }

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

background-color css

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

 a { background-color: rgb(80,234,167); }

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

border-color css

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

 span { border-color: rgb(80,234,167); }

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