Html Css Color HEX #50F1AC Medium Aquamarine

📋 copy color: '#50F1AC'

red 80 ◦ green 241 ◦ blue 172

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

Shades of Medium Aquamarine #50F1AC

Tints of Medium Aquamarine #50F1AC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.88%

 BLUE value IS 172 (67.58% from 255) = 34.89%

R = 16.23%
G = 48.88%
B = 34.89%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#50F1AC (or 0x50F1AC) is known color: Medium Aquamarine. HEX triplet: 50, F1 and AC. RGB value is (80,241,172). Sum of RGB (Red+Green+Blue) = 80+241+172=493 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.23% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #50F1AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F1AC is #AF0E53. Grayscale: #B9B9B9. Windows color (decimal): -11472468 or 11333968. OLE color: 11333968.

HSL color Cylindrical-coordinate representation of color #50F1AC: hue angle of 154.29º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F1AC is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 241 172 -
CMYK 0.67 0 0.29 0.05
HSL 154.29º 0.85% 0.63% -
HSV(B) 154.29º 0.67% 0.95% -
XYZ 42.21 67.59 49.85 -
YUV 185 120.66 53.11 -
System Red Green Blue C M Y K H S L
Decimal 80 241 172 0.67 0 0.29 0.05 154.29 0.85 0.63
Hex 50 F1 AC 43 0 1D 5 9A 55 3F
Octal 120 361 254 103 0 35 5 232 125 77
Binary 1010000 11110001 10101100 1000011 0 11101 101 10011010 1010101 111111

Color Harmonies of #50F1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F1AC

Black with #50F1AC

Text Example


Text Example

White with #50F1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,241,172); }

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

background-color css

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

 a { background-color: rgb(80,241,172); }

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

border-color css

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

 span { border-color: rgb(80,241,172); }

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