Html Css Color HEX #50D29B Medium Aquamarine

📋 copy color: '#50D29B'

red 80 ◦ green 210 ◦ blue 155

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

Shades of Medium Aquamarine #50D29B

Tints of Medium Aquamarine #50D29B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.19%

 BLUE value IS 155 (60.94% from 255) = 34.83%

R = 17.98%
G = 47.19%
B = 34.83%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#50D29B (or 0x50D29B) is known color: Medium Aquamarine. HEX triplet: 50, D2 and 9B. RGB value is (80,210,155). Sum of RGB (Red+Green+Blue) = 80+210+155=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 210 - color contains mainly: green. Hex color #50D29B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D29B is #AF2D64. Grayscale: #A4A4A4. Windows color (decimal): -11480421 or 10211920. OLE color: 10211920.

HSL color Cylindrical-coordinate representation of color #50D29B: hue angle of 154.62º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D29B is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 210 155 -
CMYK 0.62 0 0.26 0.18
HSL 154.62º 0.59% 0.57% -
HSV(B) 154.62º 0.62% 0.82% -
XYZ 32.27 50.17 38.99 -
YUV 164.86 122.43 67.47 -
System Red Green Blue C M Y K H S L
Decimal 80 210 155 0.62 0 0.26 0.18 154.62 0.59 0.57
Hex 50 D2 9B 3E 0 1A 12 9B 3B 39
Octal 120 322 233 76 0 32 22 233 73 71
Binary 1010000 11010010 10011011 111110 0 11010 10010 10011011 111011 111001

Color Harmonies of #50D29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D29B

Black with #50D29B

Text Example


Text Example

White with #50D29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,210,155); }

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

background-color css

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

 a { background-color: rgb(80,210,155); }

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

border-color css

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

 span { border-color: rgb(80,210,155); }

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