Html Css Color HEX #50DB96 Medium Aquamarine

📋 copy color: '#50DB96'

red 80 ◦ green 219 ◦ blue 150

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

Shades of Medium Aquamarine #50DB96

Tints of Medium Aquamarine #50DB96

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.78%

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

R = 17.82%
G = 48.78%
B = 33.41%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#50DB96 (or 0x50DB96) is known color: Medium Aquamarine. HEX triplet: 50, DB and 96. RGB value is (80,219,150). Sum of RGB (Red+Green+Blue) = 80+219+150=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DB96 is #AF2469. Grayscale: #A9A9A9. Windows color (decimal): -11478122 or 9886544. OLE color: 9886544.

HSL color Cylindrical-coordinate representation of color #50DB96: hue angle of 150.22º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DB96 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 219 150 -
CMYK 0.63 0 0.32 0.14
HSL 150.22º 0.66% 0.59% -
HSV(B) 150.22º 0.63% 0.86% -
XYZ 34.14 54.57 37.59 -
YUV 169.57 116.95 64.11 -
System Red Green Blue C M Y K H S L
Decimal 80 219 150 0.63 0 0.32 0.14 150.22 0.66 0.59
Hex 50 DB 96 3F 0 20 E 96 42 3B
Octal 120 333 226 77 0 40 16 226 102 73
Binary 1010000 11011011 10010110 111111 0 100000 1110 10010110 1000010 111011

Color Harmonies of #50DB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DB96

Black with #50DB96

Text Example


Text Example

White with #50DB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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