Html Css Color HEX #50FFAC Medium Aquamarine

📋 copy color: '#50FFAC'

red 80 ◦ green 255 ◦ blue 172

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

Shades of Medium Aquamarine #50FFAC

Tints of Medium Aquamarine #50FFAC

RGB

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

 GREEN value IS 255 (100% from 255) = 50.3%

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

R = 15.78%
G = 50.3%
B = 33.93%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#50FFAC (or 0x50FFAC) is known color: Medium Aquamarine. HEX triplet: 50, FF and AC. RGB value is (80,255,172). Sum of RGB (Red+Green+Blue) = 80+255+172=507 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.78% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FFAC is #AF0053. Grayscale: #C1C1C1. Windows color (decimal): -11468884 or 11337552. OLE color: 11337552.

HSL color Cylindrical-coordinate representation of color #50FFAC: hue angle of 151.54º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FFAC is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 80 255 172 -
CMYK 0.69 0 0.33 0
HSL 151.54º 1% 0.66% -
HSV(B) 151.54º 0.69% 1% -
XYZ 46.51 76.2 51.29 -
YUV 193.21 116.02 47.25 -
System Red Green Blue C M Y K H S L
Decimal 80 255 172 0.69 0 0.33 0 151.54 1 0.66
Hex 50 FF AC 45 0 21 0 98 64 42
Octal 120 377 254 105 0 41 0 230 144 102
Binary 1010000 11111111 10101100 1000101 0 100001 0 10011000 1100100 1000010

Color Harmonies of #50FFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FFAC

Black with #50FFAC

Text Example


Text Example

White with #50FFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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