Html Css Color HEX #50DF96 Medium Aquamarine

📋 copy color: '#50DF96'

red 80 ◦ green 223 ◦ blue 150

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

Shades of Medium Aquamarine #50DF96

Tints of Medium Aquamarine #50DF96

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.23%

 BLUE value IS 150 (58.98% from 255) = 33.11%

R = 17.66%
G = 49.23%
B = 33.11%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#50DF96 (or 0x50DF96) is known color: Medium Aquamarine. HEX triplet: 50, DF and 96. RGB value is (80,223,150). Sum of RGB (Red+Green+Blue) = 80+223+150=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DF96 is #AF2069. Grayscale: #ACACAC. Windows color (decimal): -11477098 or 9887568. OLE color: 9887568.

HSL color Cylindrical-coordinate representation of color #50DF96: hue angle of 149.37º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DF96 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 223 150 -
CMYK 0.64 0 0.33 0.13
HSL 149.37º 0.69% 0.59% -
HSV(B) 149.37º 0.64% 0.87% -
XYZ 35.2 56.68 37.94 -
YUV 171.92 115.62 62.44 -
System Red Green Blue C M Y K H S L
Decimal 80 223 150 0.64 0 0.33 0.13 149.37 0.69 0.59
Hex 50 DF 96 40 0 21 D 95 45 3B
Octal 120 337 226 100 0 41 15 225 105 73
Binary 1010000 11011111 10010110 1000000 0 100001 1101 10010101 1000101 111011

Color Harmonies of #50DF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DF96

Black with #50DF96

Text Example


Text Example

White with #50DF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,223,150); }

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

background-color css

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

 a { background-color: rgb(80,223,150); }

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

border-color css

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

 span { border-color: rgb(80,223,150); }

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