Html Css Color HEX #50DEAE Medium Aquamarine

📋 copy color: '#50DEAE'

red 80 ◦ green 222 ◦ blue 174

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

Shades of Medium Aquamarine #50DEAE

Tints of Medium Aquamarine #50DEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.55%

R = 16.81%
G = 46.64%
B = 36.55%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#50DEAE (or 0x50DEAE) is known color: Medium Aquamarine. HEX triplet: 50, DE and AE. RGB value is (80,222,174). Sum of RGB (Red+Green+Blue) = 80+222+174=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #50DEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DEAE is #AF2151. Grayscale: #AEAEAE. Windows color (decimal): -11477330 or 11460176. OLE color: 11460176.

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

Color convert

RGB 80 222 174 -
CMYK 0.64 0 0.22 0.13
HSL 159.72º 0.68% 0.59% -
HSV(B) 159.72º 0.64% 0.87% -
XYZ 37.07 57 49.09 -
YUV 174.07 127.96 60.9 -
System Red Green Blue C M Y K H S L
Decimal 80 222 174 0.64 0 0.22 0.13 159.72 0.68 0.59
Hex 50 DE AE 40 0 16 D A0 44 3B
Octal 120 336 256 100 0 26 15 240 104 73
Binary 1010000 11011110 10101110 1000000 0 10110 1101 10100000 1000100 111011

Color Harmonies of #50DEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DEAE

Black with #50DEAE

Text Example


Text Example

White with #50DEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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