Html Css Color HEX #50DFAA Medium Aquamarine

📋 copy color: '#50DFAA'

red 80 ◦ green 223 ◦ blue 170

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

Shades of Medium Aquamarine #50DFAA

Tints of Medium Aquamarine #50DFAA

RGB

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

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

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

R = 16.91%
G = 47.15%
B = 35.94%

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

#50DFAA (or 0x50DFAA) is known color: Medium Aquamarine. HEX triplet: 50, DF and AA. RGB value is (80,223,170). Sum of RGB (Red+Green+Blue) = 80+223+170=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #50DFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DFAA is #AF2055. Grayscale: #AEAEAE. Windows color (decimal): -11477078 or 11198288. OLE color: 11198288.

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

Color convert

RGB 80 223 170 -
CMYK 0.64 0 0.24 0.13
HSL 157.76º 0.69% 0.59% -
HSV(B) 157.76º 0.64% 0.87% -
XYZ 36.95 57.38 47.16 -
YUV 174.2 125.62 60.81 -
System Red Green Blue C M Y K H S L
Decimal 80 223 170 0.64 0 0.24 0.13 157.76 0.69 0.59
Hex 50 DF AA 40 0 18 D 9E 45 3B
Octal 120 337 252 100 0 30 15 236 105 73
Binary 1010000 11011111 10101010 1000000 0 11000 1101 10011110 1000101 111011

Color Harmonies of #50DFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DFAA

Black with #50DFAA

Text Example


Text Example

White with #50DFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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