Html Css Color HEX #50F897 Medium Aquamarine

📋 copy color: '#50F897'

red 80 ◦ green 248 ◦ blue 151

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

Shades of Medium Aquamarine #50F897

Tints of Medium Aquamarine #50F897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.52%

R = 16.7%
G = 51.77%
B = 31.52%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#50F897 (or 0x50F897) is known color: Medium Aquamarine. HEX triplet: 50, F8 and 97. RGB value is (80,248,151). Sum of RGB (Red+Green+Blue) = 80+248+151=479 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.70% from 479); Green value is 248 (97.27% from 255 or 51.77% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 248 - color contains mainly: green. Hex color #50F897 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F897 is #AF0768. Grayscale: #BABABA. Windows color (decimal): -11470697 or 9959504. OLE color: 9959504.

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

Color convert

RGB 80 248 151 -
CMYK 0.68 0 0.39 0.03
HSL 145.36º 0.92% 0.64% -
HSV(B) 145.36º 0.68% 0.97% -
XYZ 42.46 71.07 40.76 -
YUV 186.71 107.84 51.89 -
System Red Green Blue C M Y K H S L
Decimal 80 248 151 0.68 0 0.39 0.03 145.36 0.92 0.64
Hex 50 F8 97 44 0 27 3 91 5C 40
Octal 120 370 227 104 0 47 3 221 134 100
Binary 1010000 11111000 10010111 1000100 0 100111 11 10010001 1011100 1000000

Color Harmonies of #50F897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F897

Black with #50F897

Text Example


Text Example

White with #50F897

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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