Html Css Color HEX #50F9AB Medium Aquamarine

📋 copy color: '#50F9AB'

red 80 ◦ green 249 ◦ blue 171

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

Shades of Medium Aquamarine #50F9AB

Tints of Medium Aquamarine #50F9AB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.8%

 BLUE value IS 171 (67.19% from 255) = 34.2%

R = 16%
G = 49.8%
B = 34.2%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#50F9AB (or 0x50F9AB) is known color: Medium Aquamarine. HEX triplet: 50, F9 and AB. RGB value is (80,249,171). Sum of RGB (Red+Green+Blue) = 80+249+171=500 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #50F9AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F9AB is #AF0654. Grayscale: #BDBDBD. Windows color (decimal): -11470421 or 11270480. OLE color: 11270480.

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

Color convert

RGB 80 249 171 -
CMYK 0.68 0 0.31 0.02
HSL 152.31º 0.93% 0.65% -
HSV(B) 152.31º 0.68% 0.98% -
XYZ 44.53 72.4 50.15 -
YUV 189.58 117.51 49.84 -
System Red Green Blue C M Y K H S L
Decimal 80 249 171 0.68 0 0.31 0.02 152.31 0.93 0.65
Hex 50 F9 AB 44 0 1F 2 98 5D 41
Octal 120 371 253 104 0 37 2 230 135 101
Binary 1010000 11111001 10101011 1000100 0 11111 10 10011000 1011101 1000001

Color Harmonies of #50F9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F9AB

Black with #50F9AB

Text Example


Text Example

White with #50F9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,249,171); }

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

background-color css

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

 a { background-color: rgb(80,249,171); }

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

border-color css

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

 span { border-color: rgb(80,249,171); }

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