Html Css Color HEX #50DCB2 Medium Aquamarine

📋 copy color: '#50DCB2'

red 80 ◦ green 220 ◦ blue 178

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

Shades of Medium Aquamarine #50DCB2

Tints of Medium Aquamarine #50DCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.24%

R = 16.74%
G = 46.03%
B = 37.24%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#50DCB2 (or 0x50DCB2) is known color: Medium Aquamarine. HEX triplet: 50, DC and B2. RGB value is (80,220,178). Sum of RGB (Red+Green+Blue) = 80+220+178=478 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.74% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #50DCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DCB2 is #AF234D. Grayscale: #ADADAD. Windows color (decimal): -11477838 or 11721808. OLE color: 11721808.

HSL color Cylindrical-coordinate representation of color #50DCB2: hue angle of 162º 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 #50DCB2 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 220 178 -
CMYK 0.64 0 0.19 0.14
HSL 162º 0.67% 0.59% -
HSV(B) 162º 0.64% 0.86% -
XYZ 36.94 56.11 51 -
YUV 173.35 130.62 61.42 -
System Red Green Blue C M Y K H S L
Decimal 80 220 178 0.64 0 0.19 0.14 162 0.67 0.59
Hex 50 DC B2 40 0 13 E A2 43 3B
Octal 120 334 262 100 0 23 16 242 103 73
Binary 1010000 11011100 10110010 1000000 0 10011 1110 10100010 1000011 111011

Color Harmonies of #50DCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DCB2

Black with #50DCB2

Text Example


Text Example

White with #50DCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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