Html Css Color HEX #50D7B5 Medium Aquamarine

📋 copy color: '#50D7B5'

red 80 ◦ green 215 ◦ blue 181

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

Shades of Medium Aquamarine #50D7B5

Tints of Medium Aquamarine #50D7B5

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.17%

 BLUE value IS 181 (71.09% from 255) = 38.03%

R = 16.81%
G = 45.17%
B = 38.03%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#50D7B5 (or 0x50D7B5) is known color: Medium Aquamarine. HEX triplet: 50, D7 and B5. RGB value is (80,215,181). Sum of RGB (Red+Green+Blue) = 80+215+181=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 215 - color contains mainly: green. Hex color #50D7B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D7B5 is #AF284A. Grayscale: #AAAAAA. Windows color (decimal): -11479115 or 11917136. OLE color: 11917136.

HSL color Cylindrical-coordinate representation of color #50D7B5: hue angle of 164.89º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D7B5 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 215 181 -
CMYK 0.63 0 0.16 0.16
HSL 164.89º 0.63% 0.58% -
HSV(B) 164.89º 0.63% 0.84% -
XYZ 35.95 53.64 52.18 -
YUV 170.76 133.77 63.26 -
System Red Green Blue C M Y K H S L
Decimal 80 215 181 0.63 0 0.16 0.16 164.89 0.63 0.58
Hex 50 D7 B5 3F 0 10 10 A5 3F 3A
Octal 120 327 265 77 0 20 20 245 77 72
Binary 1010000 11010111 10110101 111111 0 10000 10000 10100101 111111 111010

Color Harmonies of #50D7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D7B5

Black with #50D7B5

Text Example


Text Example

White with #50D7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,215,181); }

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

background-color css

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

 a { background-color: rgb(80,215,181); }

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

border-color css

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

 span { border-color: rgb(80,215,181); }

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