Html Css Color HEX #50F899 Medium Aquamarine

📋 copy color: '#50F899'

red 80 ◦ green 248 ◦ blue 153

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

Shades of Medium Aquamarine #50F899

Tints of Medium Aquamarine #50F899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.81%

R = 16.63%
G = 51.56%
B = 31.81%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#50F899 (or 0x50F899) is known color: Medium Aquamarine. HEX triplet: 50, F8 and 99. RGB value is (80,248,153). Sum of RGB (Red+Green+Blue) = 80+248+153=481 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.63% from 481); Green value is 248 (97.27% from 255 or 51.56% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 248 - color contains mainly: green. Hex color #50F899 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F899 is #AF0766. Grayscale: #BBBBBB. Windows color (decimal): -11470695 or 10090576. OLE color: 10090576.

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

Color convert

RGB 80 248 153 -
CMYK 0.68 0 0.38 0.03
HSL 146.07º 0.92% 0.64% -
HSV(B) 146.07º 0.68% 0.97% -
XYZ 42.63 71.14 41.62 -
YUV 186.94 108.84 51.72 -
System Red Green Blue C M Y K H S L
Decimal 80 248 153 0.68 0 0.38 0.03 146.07 0.92 0.64
Hex 50 F8 99 44 0 26 3 92 5C 40
Octal 120 370 231 104 0 46 3 222 134 100
Binary 1010000 11111000 10011001 1000100 0 100110 11 10010010 1011100 1000000

Color Harmonies of #50F899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F899

Black with #50F899

Text Example


Text Example

White with #50F899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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