Html Css Color HEX #50FAA6 Medium Aquamarine

📋 copy color: '#50FAA6'

red 80 ◦ green 250 ◦ blue 166

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

Shades of Medium Aquamarine #50FAA6

Tints of Medium Aquamarine #50FAA6

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.4%

 BLUE value IS 166 (65.23% from 255) = 33.47%

R = 16.13%
G = 50.4%
B = 33.47%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#50FAA6 (or 0x50FAA6) is known color: Medium Aquamarine. HEX triplet: 50, FA and A6. RGB value is (80,250,166). Sum of RGB (Red+Green+Blue) = 80+250+166=496 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.13% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #50FAA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FAA6 is #AF0559. Grayscale: #BDBDBD. Windows color (decimal): -11470170 or 10943056. OLE color: 10943056.

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

Color convert

RGB 80 250 166 -
CMYK 0.68 0 0.34 0.02
HSL 150.35º 0.94% 0.65% -
HSV(B) 150.35º 0.68% 0.98% -
XYZ 44.38 72.83 47.8 -
YUV 189.59 114.68 49.83 -
System Red Green Blue C M Y K H S L
Decimal 80 250 166 0.68 0 0.34 0.02 150.35 0.94 0.65
Hex 50 FA A6 44 0 22 2 96 5E 41
Octal 120 372 246 104 0 42 2 226 136 101
Binary 1010000 11111010 10100110 1000100 0 100010 10 10010110 1011110 1000001

Color Harmonies of #50FAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FAA6

Black with #50FAA6

Text Example


Text Example

White with #50FAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,250,166); }

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

background-color css

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

 a { background-color: rgb(80,250,166); }

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

border-color css

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

 span { border-color: rgb(80,250,166); }

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