Html Css Color HEX #50FBAA Medium Aquamarine

📋 copy color: '#50FBAA'

red 80 ◦ green 251 ◦ blue 170

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

Shades of Medium Aquamarine #50FBAA

Tints of Medium Aquamarine #50FBAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.93%

R = 15.97%
G = 50.1%
B = 33.93%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#50FBAA (or 0x50FBAA) is known color: Medium Aquamarine. HEX triplet: 50, FB and AA. RGB value is (80,251,170). Sum of RGB (Red+Green+Blue) = 80+251+170=501 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.97% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #50FBAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FBAA is #AF0455. Grayscale: #BEBEBE. Windows color (decimal): -11469910 or 11205456. OLE color: 11205456.

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

Color convert

RGB 80 251 170 -
CMYK 0.68 0 0.32 0.02
HSL 151.58º 0.96% 0.65% -
HSV(B) 151.58º 0.68% 0.98% -
XYZ 45.06 73.6 49.86 -
YUV 190.64 116.35 49.09 -
System Red Green Blue C M Y K H S L
Decimal 80 251 170 0.68 0 0.32 0.02 151.58 0.96 0.65
Hex 50 FB AA 44 0 20 2 98 60 41
Octal 120 373 252 104 0 40 2 230 140 101
Binary 1010000 11111011 10101010 1000100 0 100000 10 10011000 1100000 1000001

Color Harmonies of #50FBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FBAA

Black with #50FBAA

Text Example


Text Example

White with #50FBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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