Html Css Color HEX #50DAB0 Medium Aquamarine

📋 copy color: '#50DAB0'

red 80 ◦ green 218 ◦ blue 176

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

Shades of Medium Aquamarine #50DAB0

Tints of Medium Aquamarine #50DAB0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.99%

 BLUE value IS 176 (69.14% from 255) = 37.13%

R = 16.88%
G = 45.99%
B = 37.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#50DAB0 (or 0x50DAB0) is known color: Medium Aquamarine. HEX triplet: 50, DA and B0. RGB value is (80,218,176). Sum of RGB (Red+Green+Blue) = 80+218+176=474 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.88% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #50DAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DAB0 is #AF254F. Grayscale: #ABABAB. Windows color (decimal): -11478352 or 11590224. OLE color: 11590224.

HSL color Cylindrical-coordinate representation of color #50DAB0: hue angle of 161.74º degrees, saturation: 0.65, 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 #50DAB0 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 218 176 -
CMYK 0.63 0 0.19 0.15
HSL 161.74º 0.65% 0.58% -
HSV(B) 161.74º 0.63% 0.85% -
XYZ 36.22 54.98 49.78 -
YUV 171.95 130.28 62.42 -
System Red Green Blue C M Y K H S L
Decimal 80 218 176 0.63 0 0.19 0.15 161.74 0.65 0.58
Hex 50 DA B0 3F 0 13 F A2 41 3A
Octal 120 332 260 77 0 23 17 242 101 72
Binary 1010000 11011010 10110000 111111 0 10011 1111 10100010 1000001 111010

Color Harmonies of #50DAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DAB0

Black with #50DAB0

Text Example


Text Example

White with #50DAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,218,176); }

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

background-color css

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

 a { background-color: rgb(80,218,176); }

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

border-color css

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

 span { border-color: rgb(80,218,176); }

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