Html Css Color HEX #50FFAE Medium Aquamarine

📋 copy color: '#50FFAE'

red 80 ◦ green 255 ◦ blue 174

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

Shades of Medium Aquamarine #50FFAE

Tints of Medium Aquamarine #50FFAE

RGB

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

 GREEN value IS 255 (100% from 255) = 50.1%

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

R = 15.72%
G = 50.1%
B = 34.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#50FFAE (or 0x50FFAE) is known color: Medium Aquamarine. HEX triplet: 50, FF and AE. RGB value is (80,255,174). Sum of RGB (Red+Green+Blue) = 80+255+174=509 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.72% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FFAE is #AF0051. Grayscale: #C1C1C1. Windows color (decimal): -11468882 or 11468624. OLE color: 11468624.

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

Color convert

RGB 80 255 174 -
CMYK 0.69 0 0.32 0
HSL 152.23º 1% 0.66% -
HSV(B) 152.23º 0.69% 1% -
XYZ 46.71 76.28 52.31 -
YUV 193.44 117.02 47.09 -
System Red Green Blue C M Y K H S L
Decimal 80 255 174 0.69 0 0.32 0 152.23 1 0.66
Hex 50 FF AE 45 0 20 0 98 64 42
Octal 120 377 256 105 0 40 0 230 144 102
Binary 1010000 11111111 10101110 1000101 0 100000 0 10011000 1100100 1000010

Color Harmonies of #50FFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FFAE

Black with #50FFAE

Text Example


Text Example

White with #50FFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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