Html Css Color HEX #50DEAA Medium Aquamarine

📋 copy color: '#50DEAA'

red 80 ◦ green 222 ◦ blue 170

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

Shades of Medium Aquamarine #50DEAA

Tints of Medium Aquamarine #50DEAA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.03%

 BLUE value IS 170 (66.8% from 255) = 36.02%

R = 16.95%
G = 47.03%
B = 36.02%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#50DEAA (or 0x50DEAA) is known color: Medium Aquamarine. HEX triplet: 50, DE and AA. RGB value is (80,222,170). Sum of RGB (Red+Green+Blue) = 80+222+170=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #50DEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DEAA is #AF2155. Grayscale: #ADADAD. Windows color (decimal): -11477334 or 11198032. OLE color: 11198032.

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

Color convert

RGB 80 222 170 -
CMYK 0.64 0 0.23 0.13
HSL 158.03º 0.68% 0.59% -
HSV(B) 158.03º 0.64% 0.87% -
XYZ 36.69 56.85 47.07 -
YUV 173.61 125.96 61.23 -
System Red Green Blue C M Y K H S L
Decimal 80 222 170 0.64 0 0.23 0.13 158.03 0.68 0.59
Hex 50 DE AA 40 0 17 D 9E 44 3B
Octal 120 336 252 100 0 27 15 236 104 73
Binary 1010000 11011110 10101010 1000000 0 10111 1101 10011110 1000100 111011

Color Harmonies of #50DEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DEAA

Black with #50DEAA

Text Example


Text Example

White with #50DEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,222,170); }

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

background-color css

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

 a { background-color: rgb(80,222,170); }

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

border-color css

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

 span { border-color: rgb(80,222,170); }

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