Html Css Color HEX #50FCA2 Medium Aquamarine

📋 copy color: '#50FCA2'

red 80 ◦ green 252 ◦ blue 162

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

Shades of Medium Aquamarine #50FCA2

Tints of Medium Aquamarine #50FCA2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.01%

 BLUE value IS 162 (63.67% from 255) = 32.79%

R = 16.19%
G = 51.01%
B = 32.79%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#50FCA2 (or 0x50FCA2) is known color: Medium Aquamarine. HEX triplet: 50, FC and A2. RGB value is (80,252,162). Sum of RGB (Red+Green+Blue) = 80+252+162=494 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.19% from 494); Green value is 252 (98.83% from 255 or 51.01% from 494); Blue value is 162 (63.67% from 255 or 32.79% from 494); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FCA2 is #AF035D. Grayscale: #BEBEBE. Windows color (decimal): -11469662 or 10681424. OLE color: 10681424.

HSL color Cylindrical-coordinate representation of color #50FCA2: hue angle of 148.6º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FCA2 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 252 162 -
CMYK 0.68 0 0.36 0.01
HSL 148.6º 0.97% 0.65% -
HSV(B) 148.6º 0.68% 0.99% -
XYZ 44.64 73.93 46.1 -
YUV 190.31 112.02 49.32 -
System Red Green Blue C M Y K H S L
Decimal 80 252 162 0.68 0 0.36 0.01 148.6 0.97 0.65
Hex 50 FC A2 44 0 24 1 95 61 41
Octal 120 374 242 104 0 44 1 225 141 101
Binary 1010000 11111100 10100010 1000100 0 100100 1 10010101 1100001 1000001

Color Harmonies of #50FCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FCA2

Black with #50FCA2

Text Example


Text Example

White with #50FCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,252,162); }

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

background-color css

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

 a { background-color: rgb(80,252,162); }

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

border-color css

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

 span { border-color: rgb(80,252,162); }

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