Html Css Color HEX #50D29D Medium Aquamarine

📋 copy color: '#50D29D'

red 80 ◦ green 210 ◦ blue 157

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

Shades of Medium Aquamarine #50D29D

Tints of Medium Aquamarine #50D29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.12%

R = 17.9%
G = 46.98%
B = 35.12%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#50D29D (or 0x50D29D) is known color: Medium Aquamarine. HEX triplet: 50, D2 and 9D. RGB value is (80,210,157). Sum of RGB (Red+Green+Blue) = 80+210+157=447 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.90% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #50D29D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D29D is #AF2D62. Grayscale: #A5A5A5. Windows color (decimal): -11480419 or 10342992. OLE color: 10342992.

HSL color Cylindrical-coordinate representation of color #50D29D: hue angle of 155.54º 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 #50D29D is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 210 157 -
CMYK 0.62 0 0.25 0.18
HSL 155.54º 0.59% 0.57% -
HSV(B) 155.54º 0.62% 0.82% -
XYZ 32.44 50.23 39.88 -
YUV 165.09 123.43 67.31 -
System Red Green Blue C M Y K H S L
Decimal 80 210 157 0.62 0 0.25 0.18 155.54 0.59 0.57
Hex 50 D2 9D 3E 0 19 12 9C 3B 39
Octal 120 322 235 76 0 31 22 234 73 71
Binary 1010000 11010010 10011101 111110 0 11001 10010 10011100 111011 111001

Color Harmonies of #50D29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D29D

Black with #50D29D

Text Example


Text Example

White with #50D29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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