Html Css Color HEX #50F098 Medium Aquamarine

📋 copy color: '#50F098'

red 80 ◦ green 240 ◦ blue 152

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

Shades of Medium Aquamarine #50F098

Tints of Medium Aquamarine #50F098

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.85%

 BLUE value IS 152 (59.77% from 255) = 32.2%

R = 16.95%
G = 50.85%
B = 32.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#50F098 (or 0x50F098) is known color: Medium Aquamarine. HEX triplet: 50, F0 and 98. RGB value is (80,240,152). Sum of RGB (Red+Green+Blue) = 80+240+152=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #50F098 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F098 is #AF0F67. Grayscale: #B6B6B6. Windows color (decimal): -11472744 or 10022992. OLE color: 10022992.

HSL color Cylindrical-coordinate representation of color #50F098: hue angle of 147º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F098 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 240 152 -
CMYK 0.67 0 0.37 0.06
HSL 147º 0.84% 0.63% -
HSV(B) 147º 0.67% 0.94% -
XYZ 40.14 66.29 40.39 -
YUV 182.13 110.99 55.16 -
System Red Green Blue C M Y K H S L
Decimal 80 240 152 0.67 0 0.37 0.06 147 0.84 0.63
Hex 50 F0 98 43 0 25 6 93 54 3F
Octal 120 360 230 103 0 45 6 223 124 77
Binary 1010000 11110000 10011000 1000011 0 100101 110 10010011 1010100 111111

Color Harmonies of #50F098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F098

Black with #50F098

Text Example


Text Example

White with #50F098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,240,152); }

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

background-color css

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

 a { background-color: rgb(80,240,152); }

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

border-color css

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

 span { border-color: rgb(80,240,152); }

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