Html Css Color HEX #50F4B3 Medium Aquamarine

📋 copy color: '#50F4B3'

red 80 ◦ green 244 ◦ blue 179

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

Shades of Medium Aquamarine #50F4B3

Tints of Medium Aquamarine #50F4B3

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.51%

 BLUE value IS 179 (70.31% from 255) = 35.59%

R = 15.9%
G = 48.51%
B = 35.59%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#50F4B3 (or 0x50F4B3) is known color: Medium Aquamarine. HEX triplet: 50, F4 and B3. RGB value is (80,244,179). Sum of RGB (Red+Green+Blue) = 80+244+179=503 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.90% from 503); Green value is 244 (95.70% from 255 or 48.51% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 244 - color contains mainly: green. Hex color #50F4B3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F4B3 is #AF0B4C. Grayscale: #BBBBBB. Windows color (decimal): -11471693 or 11793488. OLE color: 11793488.

HSL color Cylindrical-coordinate representation of color #50F4B3: hue angle of 156.22º degrees, saturation: 0.88, 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 #50F4B3 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 244 179 -
CMYK 0.67 0 0.27 0.04
HSL 156.22º 0.88% 0.64% -
HSV(B) 156.22º 0.67% 0.96% -
XYZ 43.8 69.66 53.79 -
YUV 187.55 123.17 51.29 -
System Red Green Blue C M Y K H S L
Decimal 80 244 179 0.67 0 0.27 0.04 156.22 0.88 0.64
Hex 50 F4 B3 43 0 1B 4 9C 58 40
Octal 120 364 263 103 0 33 4 234 130 100
Binary 1010000 11110100 10110011 1000011 0 11011 100 10011100 1011000 1000000

Color Harmonies of #50F4B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F4B3

Black with #50F4B3

Text Example


Text Example

White with #50F4B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,244,179); }

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

background-color css

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

 a { background-color: rgb(80,244,179); }

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

border-color css

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

 span { border-color: rgb(80,244,179); }

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