Html Css Color HEX #50F498 Medium Aquamarine

📋 copy color: '#50F498'

red 80 ◦ green 244 ◦ blue 152

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

Shades of Medium Aquamarine #50F498

Tints of Medium Aquamarine #50F498

RGB

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

 GREEN value IS 244 (95.7% from 255) = 51.26%

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

R = 16.81%
G = 51.26%
B = 31.93%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#50F498 (or 0x50F498) is known color: Medium Aquamarine. HEX triplet: 50, F4 and 98. RGB value is (80,244,152). Sum of RGB (Red+Green+Blue) = 80+244+152=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 244 (95.70% from 255 or 51.26% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 244 - color contains mainly: green. Hex color #50F498 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F498 is #AF0B67. Grayscale: #B8B8B8. Windows color (decimal): -11471720 or 10024016. OLE color: 10024016.

HSL color Cylindrical-coordinate representation of color #50F498: hue angle of 146.34º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F498 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 244 152 -
CMYK 0.67 0 0.38 0.04
HSL 146.34º 0.88% 0.64% -
HSV(B) 146.34º 0.67% 0.96% -
XYZ 41.33 68.67 40.78 -
YUV 184.48 109.67 53.48 -
System Red Green Blue C M Y K H S L
Decimal 80 244 152 0.67 0 0.38 0.04 146.34 0.88 0.64
Hex 50 F4 98 43 0 26 4 92 58 40
Octal 120 364 230 103 0 46 4 222 130 100
Binary 1010000 11110100 10011000 1000011 0 100110 100 10010010 1011000 1000000

Color Harmonies of #50F498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F498

Black with #50F498

Text Example


Text Example

White with #50F498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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