Html Css Color HEX #50F7AC Medium Aquamarine

📋 copy color: '#50F7AC'

red 80 ◦ green 247 ◦ blue 172

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

Shades of Medium Aquamarine #50F7AC

Tints of Medium Aquamarine #50F7AC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.5%

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

R = 16.03%
G = 49.5%
B = 34.47%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#50F7AC (or 0x50F7AC) is known color: Medium Aquamarine. HEX triplet: 50, F7 and AC. RGB value is (80,247,172). Sum of RGB (Red+Green+Blue) = 80+247+172=499 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16.03% from 499); Green value is 247 (96.88% from 255 or 49.50% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 247 - color contains mainly: green. Hex color #50F7AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F7AC is #AF0853. Grayscale: #BCBCBC. Windows color (decimal): -11470932 or 11335504. OLE color: 11335504.

HSL color Cylindrical-coordinate representation of color #50F7AC: hue angle of 153.05º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F7AC is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 247 172 -
CMYK 0.68 0 0.30 0.03
HSL 153.05º 0.91% 0.64% -
HSV(B) 153.05º 0.68% 0.97% -
XYZ 44.02 71.21 50.45 -
YUV 188.52 118.67 50.6 -
System Red Green Blue C M Y K H S L
Decimal 80 247 172 0.68 0 0.30 0.03 153.05 0.91 0.64
Hex 50 F7 AC 44 0 1E 3 99 5B 40
Octal 120 367 254 104 0 36 3 231 133 100
Binary 1010000 11110111 10101100 1000100 0 11110 11 10011001 1011011 1000000

Color Harmonies of #50F7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F7AC

Black with #50F7AC

Text Example


Text Example

White with #50F7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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