Html Css Color HEX #50DBAB Medium Aquamarine

📋 copy color: '#50DBAB'

red 80 ◦ green 219 ◦ blue 171

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

Shades of Medium Aquamarine #50DBAB

Tints of Medium Aquamarine #50DBAB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.6%

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 17.02%
G = 46.6%
B = 36.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#50DBAB (or 0x50DBAB) is known color: Medium Aquamarine. HEX triplet: 50, DB and AB. RGB value is (80,219,171). Sum of RGB (Red+Green+Blue) = 80+219+171=470 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.02% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #50DBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DBAB is #AF2454. Grayscale: #ACACAC. Windows color (decimal): -11478101 or 11262800. OLE color: 11262800.

HSL color Cylindrical-coordinate representation of color #50DBAB: hue angle of 159.28º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DBAB is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 219 171 -
CMYK 0.63 0 0.22 0.14
HSL 159.28º 0.66% 0.59% -
HSV(B) 159.28º 0.63% 0.86% -
XYZ 35.99 55.31 47.31 -
YUV 171.97 127.45 62.4 -
System Red Green Blue C M Y K H S L
Decimal 80 219 171 0.63 0 0.22 0.14 159.28 0.66 0.59
Hex 50 DB AB 3F 0 16 E 9F 42 3B
Octal 120 333 253 77 0 26 16 237 102 73
Binary 1010000 11011011 10101011 111111 0 10110 1110 10011111 1000010 111011

Color Harmonies of #50DBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DBAB

Black with #50DBAB

Text Example


Text Example

White with #50DBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,219,171); }

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

background-color css

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

 a { background-color: rgb(80,219,171); }

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

border-color css

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

 span { border-color: rgb(80,219,171); }

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