Html Css Color HEX #50D0B5 Medium Aquamarine

📋 copy color: '#50D0B5'

red 80 ◦ green 208 ◦ blue 181

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

Shades of Medium Aquamarine #50D0B5

Tints of Medium Aquamarine #50D0B5

RGB

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

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

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

R = 17.06%
G = 44.35%
B = 38.59%

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

#50D0B5 (or 0x50D0B5) is known color: Medium Aquamarine. HEX triplet: 50, D0 and B5. RGB value is (80,208,181). Sum of RGB (Red+Green+Blue) = 80+208+181=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #50D0B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D0B5 is #AF2F4A. Grayscale: #A6A6A6. Windows color (decimal): -11480907 or 11915344. OLE color: 11915344.

HSL color Cylindrical-coordinate representation of color #50D0B5: hue angle of 167.34º 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 #50D0B5 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 208 181 -
CMYK 0.62 0 0.13 0.18
HSL 167.34º 0.58% 0.56% -
HSV(B) 167.34º 0.62% 0.82% -
XYZ 34.2 50.15 51.59 -
YUV 166.65 136.09 66.2 -
System Red Green Blue C M Y K H S L
Decimal 80 208 181 0.62 0 0.13 0.18 167.34 0.58 0.56
Hex 50 D0 B5 3E 0 D 12 A7 3A 38
Octal 120 320 265 76 0 15 22 247 72 70
Binary 1010000 11010000 10110101 111110 0 1101 10010 10100111 111010 111000

Color Harmonies of #50D0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D0B5

Black with #50D0B5

Text Example


Text Example

White with #50D0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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