Html Css Color HEX #50FBA8 Medium Aquamarine

📋 copy color: '#50FBA8'

red 80 ◦ green 251 ◦ blue 168

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

Shades of Medium Aquamarine #50FBA8

Tints of Medium Aquamarine #50FBA8

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.3%

 BLUE value IS 168 (66.02% from 255) = 33.67%

R = 16.03%
G = 50.3%
B = 33.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#50FBA8 (or 0x50FBA8) is known color: Medium Aquamarine. HEX triplet: 50, FB and A8. RGB value is (80,251,168). Sum of RGB (Red+Green+Blue) = 80+251+168=499 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16.03% from 499); Green value is 251 (98.44% from 255 or 50.30% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 251 - color contains mainly: green. Hex color #50FBA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FBA8 is #AF0457. Grayscale: #BEBEBE. Windows color (decimal): -11469912 or 11074384. OLE color: 11074384.

HSL color Cylindrical-coordinate representation of color #50FBA8: hue angle of 150.88º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FBA8 is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 251 168 -
CMYK 0.68 0 0.33 0.02
HSL 150.88º 0.96% 0.65% -
HSV(B) 150.88º 0.68% 0.98% -
XYZ 44.87 73.53 48.87 -
YUV 190.41 115.35 49.25 -
System Red Green Blue C M Y K H S L
Decimal 80 251 168 0.68 0 0.33 0.02 150.88 0.96 0.65
Hex 50 FB A8 44 0 21 2 97 60 41
Octal 120 373 250 104 0 41 2 227 140 101
Binary 1010000 11111011 10101000 1000100 0 100001 10 10010111 1100000 1000001

Color Harmonies of #50FBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FBA8

Black with #50FBA8

Text Example


Text Example

White with #50FBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,251,168); }

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

background-color css

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

 a { background-color: rgb(80,251,168); }

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

border-color css

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

 span { border-color: rgb(80,251,168); }

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