Html Css Color HEX #50D2B6 Medium Aquamarine

📋 copy color: '#50D2B6'

red 80 ◦ green 210 ◦ blue 182

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

Shades of Medium Aquamarine #50D2B6

Tints of Medium Aquamarine #50D2B6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.49%

 BLUE value IS 182 (71.48% from 255) = 38.56%

R = 16.95%
G = 44.49%
B = 38.56%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#50D2B6 (or 0x50D2B6) is known color: Medium Aquamarine. HEX triplet: 50, D2 and B6. RGB value is (80,210,182). Sum of RGB (Red+Green+Blue) = 80+210+182=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #50D2B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D2B6 is #AF2D49. Grayscale: #A7A7A7. Windows color (decimal): -11480394 or 11981392. OLE color: 11981392.

HSL color Cylindrical-coordinate representation of color #50D2B6: hue angle of 167.08º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D2B6 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 210 182 -
CMYK 0.62 0 0.13 0.18
HSL 167.08º 0.59% 0.57% -
HSV(B) 167.08º 0.62% 0.82% -
XYZ 34.8 51.18 52.3 -
YUV 167.94 135.93 65.28 -
System Red Green Blue C M Y K H S L
Decimal 80 210 182 0.62 0 0.13 0.18 167.08 0.59 0.57
Hex 50 D2 B6 3E 0 D 12 A7 3B 39
Octal 120 322 266 76 0 15 22 247 73 71
Binary 1010000 11010010 10110110 111110 0 1101 10010 10100111 111011 111001

Color Harmonies of #50D2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D2B6

Black with #50D2B6

Text Example


Text Example

White with #50D2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,210,182); }

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

background-color css

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

 a { background-color: rgb(80,210,182); }

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

border-color css

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

 span { border-color: rgb(80,210,182); }

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