Html Css Color HEX #50DFA9 Medium Aquamarine

📋 copy color: '#50DFA9'

red 80 ◦ green 223 ◦ blue 169

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

Shades of Medium Aquamarine #50DFA9

Tints of Medium Aquamarine #50DFA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 35.81%

R = 16.95%
G = 47.25%
B = 35.81%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#50DFA9 (or 0x50DFA9) is known color: Medium Aquamarine. HEX triplet: 50, DF and A9. RGB value is (80,223,169). Sum of RGB (Red+Green+Blue) = 80+223+169=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #50DFA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DFA9 is #AF2056. Grayscale: #AEAEAE. Windows color (decimal): -11477079 or 11132752. OLE color: 11132752.

HSL color Cylindrical-coordinate representation of color #50DFA9: hue angle of 157.34º 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 #50DFA9 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 223 169 -
CMYK 0.64 0 0.24 0.13
HSL 157.34º 0.69% 0.59% -
HSV(B) 157.34º 0.64% 0.87% -
XYZ 36.86 57.35 46.66 -
YUV 174.09 125.12 60.89 -
System Red Green Blue C M Y K H S L
Decimal 80 223 169 0.64 0 0.24 0.13 157.34 0.69 0.59
Hex 50 DF A9 40 0 18 D 9D 45 3B
Octal 120 337 251 100 0 30 15 235 105 73
Binary 1010000 11011111 10101001 1000000 0 11000 1101 10011101 1000101 111011

Color Harmonies of #50DFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DFA9

Black with #50DFA9

Text Example


Text Example

White with #50DFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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