Html Css Color HEX #50D0B1 Medium Aquamarine

📋 copy color: '#50D0B1'

red 80 ◦ green 208 ◦ blue 177

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

Shades of Medium Aquamarine #50D0B1

Tints of Medium Aquamarine #50D0B1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.73%

 BLUE value IS 177 (69.53% from 255) = 38.06%

R = 17.2%
G = 44.73%
B = 38.06%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#50D0B1 (or 0x50D0B1) is known color: Medium Aquamarine. HEX triplet: 50, D0 and B1. RGB value is (80,208,177). Sum of RGB (Red+Green+Blue) = 80+208+177=465 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.20% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #50D0B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D0B1 is #AF2F4E. Grayscale: #A6A6A6. Windows color (decimal): -11480911 or 11653200. OLE color: 11653200.

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

Color convert

RGB 80 208 177 -
CMYK 0.62 0 0.15 0.18
HSL 165.47º 0.58% 0.56% -
HSV(B) 165.47º 0.62% 0.82% -
XYZ 33.8 49.99 49.46 -
YUV 166.19 134.09 66.52 -
System Red Green Blue C M Y K H S L
Decimal 80 208 177 0.62 0 0.15 0.18 165.47 0.58 0.56
Hex 50 D0 B1 3E 0 F 12 A5 3A 38
Octal 120 320 261 76 0 17 22 245 72 70
Binary 1010000 11010000 10110001 111110 0 1111 10010 10100101 111010 111000

Color Harmonies of #50D0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D0B1

Black with #50D0B1

Text Example


Text Example

White with #50D0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,208,177); }

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

background-color css

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

 a { background-color: rgb(80,208,177); }

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

border-color css

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

 span { border-color: rgb(80,208,177); }

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