Html Css Color HEX #50FDAF Medium Aquamarine

📋 copy color: '#50FDAF'

red 80 ◦ green 253 ◦ blue 175

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

Shades of Medium Aquamarine #50FDAF

Tints of Medium Aquamarine #50FDAF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.8%

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

R = 15.75%
G = 49.8%
B = 34.45%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#50FDAF (or 0x50FDAF) is known color: Medium Aquamarine. HEX triplet: 50, FD and AF. RGB value is (80,253,175). Sum of RGB (Red+Green+Blue) = 80+253+175=508 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.75% from 508); Green value is 253 (99.22% from 255 or 49.80% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 253 - color contains mainly: green. Hex color #50FDAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FDAF is #AF0250. Grayscale: #C0C0C0. Windows color (decimal): -11469393 or 11533648. OLE color: 11533648.

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

Color convert

RGB 80 253 175 -
CMYK 0.68 0 0.31 0.01
HSL 152.95º 0.98% 0.65% -
HSV(B) 152.95º 0.68% 0.99% -
XYZ 46.17 75.05 52.61 -
YUV 192.38 118.19 47.84 -
System Red Green Blue C M Y K H S L
Decimal 80 253 175 0.68 0 0.31 0.01 152.95 0.98 0.65
Hex 50 FD AF 44 0 1F 1 99 62 41
Octal 120 375 257 104 0 37 1 231 142 101
Binary 1010000 11111101 10101111 1000100 0 11111 1 10011001 1100010 1000001

Color Harmonies of #50FDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FDAF

Black with #50FDAF

Text Example


Text Example

White with #50FDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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