Html Css Color HEX #50F7A4 Medium Aquamarine

📋 copy color: '#50F7A4'

red 80 ◦ green 247 ◦ blue 164

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

Shades of Medium Aquamarine #50F7A4

Tints of Medium Aquamarine #50F7A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.4%

R = 16.29%
G = 50.31%
B = 33.4%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.34

 K value IS 0.03

RGB Variations

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

Color information

#50F7A4 (or 0x50F7A4) is known color: Medium Aquamarine. HEX triplet: 50, F7 and A4. RGB value is (80,247,164). Sum of RGB (Red+Green+Blue) = 80+247+164=491 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.29% from 491); Green value is 247 (96.88% from 255 or 50.31% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 247 - color contains mainly: green. Hex color #50F7A4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F7A4 is #AF085B. Grayscale: #BBBBBB. Windows color (decimal): -11470940 or 10811216. OLE color: 10811216.

HSL color Cylindrical-coordinate representation of color #50F7A4: hue angle of 150.18º 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 #50F7A4 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 247 164 -
CMYK 0.68 0 0.34 0.03
HSL 150.18º 0.91% 0.64% -
HSV(B) 150.18º 0.68% 0.97% -
XYZ 43.27 70.91 46.53 -
YUV 187.61 114.67 51.25 -
System Red Green Blue C M Y K H S L
Decimal 80 247 164 0.68 0 0.34 0.03 150.18 0.91 0.64
Hex 50 F7 A4 44 0 22 3 96 5B 40
Octal 120 367 244 104 0 42 3 226 133 100
Binary 1010000 11110111 10100100 1000100 0 100010 11 10010110 1011011 1000000

Color Harmonies of #50F7A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F7A4

Black with #50F7A4

Text Example


Text Example

White with #50F7A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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