Html Css Color HEX #50F8A3 Medium Aquamarine

📋 copy color: '#50F8A3'

red 80 ◦ green 248 ◦ blue 163

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

Shades of Medium Aquamarine #50F8A3

Tints of Medium Aquamarine #50F8A3

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.51%

 BLUE value IS 163 (64.06% from 255) = 33.2%

R = 16.29%
G = 50.51%
B = 33.2%

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

#50F8A3 (or 0x50F8A3) is known color: Medium Aquamarine. HEX triplet: 50, F8 and A3. RGB value is (80,248,163). Sum of RGB (Red+Green+Blue) = 80+248+163=491 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.29% from 491); Green value is 248 (97.27% from 255 or 50.51% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 248 - color contains mainly: green. Hex color #50F8A3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F8A3 is #AF075C. Grayscale: #BCBCBC. Windows color (decimal): -11470685 or 10745936. OLE color: 10745936.

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

Color convert

RGB 80 248 163 -
CMYK 0.68 0 0.34 0.03
HSL 149.64º 0.92% 0.64% -
HSV(B) 149.64º 0.68% 0.97% -
XYZ 43.49 71.48 46.16 -
YUV 188.08 113.84 50.91 -
System Red Green Blue C M Y K H S L
Decimal 80 248 163 0.68 0 0.34 0.03 149.64 0.92 0.64
Hex 50 F8 A3 44 0 22 3 96 5C 40
Octal 120 370 243 104 0 42 3 226 134 100
Binary 1010000 11111000 10100011 1000100 0 100010 11 10010110 1011100 1000000

Color Harmonies of #50F8A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F8A3

Black with #50F8A3

Text Example


Text Example

White with #50F8A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,248,163); }

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

background-color css

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

 a { background-color: rgb(80,248,163); }

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

border-color css

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

 span { border-color: rgb(80,248,163); }

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