Html Css Color HEX #50D8B1 Medium Aquamarine

📋 copy color: '#50D8B1'

red 80 ◦ green 216 ◦ blue 177

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

Shades of Medium Aquamarine #50D8B1

Tints of Medium Aquamarine #50D8B1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.67%

 BLUE value IS 177 (69.53% from 255) = 37.42%

R = 16.91%
G = 45.67%
B = 37.42%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#50D8B1 (or 0x50D8B1) is known color: Medium Aquamarine. HEX triplet: 50, D8 and B1. RGB value is (80,216,177). Sum of RGB (Red+Green+Blue) = 80+216+177=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #50D8B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D8B1 is #AF274E. Grayscale: #AAAAAA. Windows color (decimal): -11478863 or 11655248. OLE color: 11655248.

HSL color Cylindrical-coordinate representation of color #50D8B1: hue angle of 162.79º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D8B1 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 216 177 -
CMYK 0.63 0 0.18 0.15
HSL 162.79º 0.64% 0.58% -
HSV(B) 162.79º 0.63% 0.85% -
XYZ 35.8 53.99 50.13 -
YUV 170.89 131.44 63.17 -
System Red Green Blue C M Y K H S L
Decimal 80 216 177 0.63 0 0.18 0.15 162.79 0.64 0.58
Hex 50 D8 B1 3F 0 12 F A3 40 3A
Octal 120 330 261 77 0 22 17 243 100 72
Binary 1010000 11011000 10110001 111111 0 10010 1111 10100011 1000000 111010

Color Harmonies of #50D8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D8B1

Black with #50D8B1

Text Example


Text Example

White with #50D8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,216,177); }

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

background-color css

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

 a { background-color: rgb(80,216,177); }

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

border-color css

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

 span { border-color: rgb(80,216,177); }

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