Html Css Color HEX #50F5AB Medium Aquamarine

📋 copy color: '#50F5AB'

red 80 ◦ green 245 ◦ blue 171

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

Shades of Medium Aquamarine #50F5AB

Tints of Medium Aquamarine #50F5AB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.4%

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

R = 16.13%
G = 49.4%
B = 34.48%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#50F5AB (or 0x50F5AB) is known color: Medium Aquamarine. HEX triplet: 50, F5 and AB. RGB value is (80,245,171). Sum of RGB (Red+Green+Blue) = 80+245+171=496 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.13% from 496); Green value is 245 (96.09% from 255 or 49.40% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 245 - color contains mainly: green. Hex color #50F5AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F5AB is #AF0A54. Grayscale: #BBBBBB. Windows color (decimal): -11471445 or 11269456. OLE color: 11269456.

HSL color Cylindrical-coordinate representation of color #50F5AB: hue angle of 153.09º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F5AB is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 245 171 -
CMYK 0.67 0 0.30 0.04
HSL 153.09º 0.89% 0.64% -
HSV(B) 153.09º 0.67% 0.96% -
XYZ 43.31 69.95 49.75 -
YUV 187.23 118.84 51.52 -
System Red Green Blue C M Y K H S L
Decimal 80 245 171 0.67 0 0.30 0.04 153.09 0.89 0.64
Hex 50 F5 AB 43 0 1E 4 99 59 40
Octal 120 365 253 103 0 36 4 231 131 100
Binary 1010000 11110101 10101011 1000011 0 11110 100 10011001 1011001 1000000

Color Harmonies of #50F5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F5AB

Black with #50F5AB

Text Example


Text Example

White with #50F5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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