Html Css Color HEX #50F399 Medium Aquamarine

📋 copy color: '#50F399'

red 80 ◦ green 243 ◦ blue 153

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

Shades of Medium Aquamarine #50F399

Tints of Medium Aquamarine #50F399

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.05%

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

R = 16.81%
G = 51.05%
B = 32.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#50F399 (or 0x50F399) is known color: Medium Aquamarine. HEX triplet: 50, F3 and 99. RGB value is (80,243,153). Sum of RGB (Red+Green+Blue) = 80+243+153=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 243 (95.31% from 255 or 51.05% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 243 - color contains mainly: green. Hex color #50F399 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F399 is #AF0C66. Grayscale: #B8B8B8. Windows color (decimal): -11471975 or 10089296. OLE color: 10089296.

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

Color convert

RGB 80 243 153 -
CMYK 0.67 0 0.37 0.05
HSL 146.87º 0.87% 0.63% -
HSV(B) 146.87º 0.67% 0.95% -
XYZ 41.11 68.11 41.12 -
YUV 184 110.5 53.82 -
System Red Green Blue C M Y K H S L
Decimal 80 243 153 0.67 0 0.37 0.05 146.87 0.87 0.63
Hex 50 F3 99 43 0 25 5 93 57 3F
Octal 120 363 231 103 0 45 5 223 127 77
Binary 1010000 11110011 10011001 1000011 0 100101 101 10010011 1010111 111111

Color Harmonies of #50F399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F399

Black with #50F399

Text Example


Text Example

White with #50F399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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