Html Css Color HEX #50DCAF Medium Aquamarine

📋 copy color: '#50DCAF'

red 80 ◦ green 220 ◦ blue 175

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

Shades of Medium Aquamarine #50DCAF

Tints of Medium Aquamarine #50DCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.84%

R = 16.84%
G = 46.32%
B = 36.84%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#50DCAF (or 0x50DCAF) is known color: Medium Aquamarine. HEX triplet: 50, DC and AF. RGB value is (80,220,175). Sum of RGB (Red+Green+Blue) = 80+220+175=475 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.84% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #50DCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DCAF is #AF2350. Grayscale: #ADADAD. Windows color (decimal): -11477841 or 11525200. OLE color: 11525200.

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

Color convert

RGB 80 220 175 -
CMYK 0.64 0 0.20 0.14
HSL 160.71º 0.67% 0.59% -
HSV(B) 160.71º 0.64% 0.86% -
XYZ 36.64 55.99 49.43 -
YUV 173.01 129.12 61.66 -
System Red Green Blue C M Y K H S L
Decimal 80 220 175 0.64 0 0.20 0.14 160.71 0.67 0.59
Hex 50 DC AF 40 0 14 E A1 43 3B
Octal 120 334 257 100 0 24 16 241 103 73
Binary 1010000 11011100 10101111 1000000 0 10100 1110 10100001 1000011 111011

Color Harmonies of #50DCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DCAF

Black with #50DCAF

Text Example


Text Example

White with #50DCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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