Html Css Color HEX #50DCB4 Medium Aquamarine

📋 copy color: '#50DCB4'

red 80 ◦ green 220 ◦ blue 180

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

Shades of Medium Aquamarine #50DCB4

Tints of Medium Aquamarine #50DCB4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.83%

 BLUE value IS 180 (70.7% from 255) = 37.5%

R = 16.67%
G = 45.83%
B = 37.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#50DCB4 (or 0x50DCB4) is known color: Medium Aquamarine. HEX triplet: 50, DC and B4. RGB value is (80,220,180). Sum of RGB (Red+Green+Blue) = 80+220+180=480 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.67% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 180 (70.70% from 255 or 37.5% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #50DCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DCB4 is #AF234B. Grayscale: #ADADAD. Windows color (decimal): -11477836 or 11852880. OLE color: 11852880.

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

Color convert

RGB 80 220 180 -
CMYK 0.64 0 0.18 0.14
HSL 162.86º 0.67% 0.59% -
HSV(B) 162.86º 0.64% 0.86% -
XYZ 37.14 56.19 52.07 -
YUV 173.58 131.62 61.25 -
System Red Green Blue C M Y K H S L
Decimal 80 220 180 0.64 0 0.18 0.14 162.86 0.67 0.59
Hex 50 DC B4 40 0 12 E A3 43 3B
Octal 120 334 264 100 0 22 16 243 103 73
Binary 1010000 11011100 10110100 1000000 0 10010 1110 10100011 1000011 111011

Color Harmonies of #50DCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DCB4

Black with #50DCB4

Text Example


Text Example

White with #50DCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,220,180); }

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

background-color css

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

 a { background-color: rgb(80,220,180); }

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

border-color css

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

 span { border-color: rgb(80,220,180); }

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