Html Css Color HEX #50FEAF Medium Aquamarine

📋 copy color: '#50FEAF'

red 80 ◦ green 254 ◦ blue 175

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

Shades of Medium Aquamarine #50FEAF

Tints of Medium Aquamarine #50FEAF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.9%

 BLUE value IS 175 (68.75% from 255) = 34.38%

R = 15.72%
G = 49.9%
B = 34.38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#50FEAF (or 0x50FEAF) is known color: Medium Aquamarine. HEX triplet: 50, FE and AF. RGB value is (80,254,175). Sum of RGB (Red+Green+Blue) = 80+254+175=509 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.72% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #50FEAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FEAF is #AF0150. Grayscale: #C1C1C1. Windows color (decimal): -11469137 or 11533904. OLE color: 11533904.

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

Color convert

RGB 80 254 175 -
CMYK 0.69 0 0.31 0.00
HSL 152.76º 0.99% 0.65% -
HSV(B) 152.76º 0.69% 1% -
XYZ 46.49 75.68 52.72 -
YUV 192.97 117.85 47.42 -
System Red Green Blue C M Y K H S L
Decimal 80 254 175 0.69 0 0.31 0.00 152.76 0.99 0.65
Hex 50 FE AF 45 0 1F 0 99 63 41
Octal 120 376 257 105 0 37 0 231 143 101
Binary 1010000 11111110 10101111 1000101 0 11111 0 10011001 1100011 1000001

Color Harmonies of #50FEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FEAF

Black with #50FEAF

Text Example


Text Example

White with #50FEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,254,175); }

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

background-color css

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

 a { background-color: rgb(80,254,175); }

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

border-color css

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

 span { border-color: rgb(80,254,175); }

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