Html Css Color HEX #50FDAD Medium Aquamarine

📋 copy color: '#50FDAD'

red 80 ◦ green 253 ◦ blue 173

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

Shades of Medium Aquamarine #50FDAD

Tints of Medium Aquamarine #50FDAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.19%

R = 15.81%
G = 50%
B = 34.19%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#50FDAD (or 0x50FDAD) is known color: Medium Aquamarine. HEX triplet: 50, FD and AD. RGB value is (80,253,173). Sum of RGB (Red+Green+Blue) = 80+253+173=506 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.81% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #50FDAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FDAD is #AF0252. Grayscale: #C0C0C0. Windows color (decimal): -11469395 or 11402576. OLE color: 11402576.

HSL color Cylindrical-coordinate representation of color #50FDAD: hue angle of 152.25º 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 #50FDAD is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 253 173 -
CMYK 0.68 0 0.32 0.01
HSL 152.25º 0.98% 0.65% -
HSV(B) 152.25º 0.68% 0.99% -
XYZ 45.98 74.97 51.58 -
YUV 192.15 117.19 48 -
System Red Green Blue C M Y K H S L
Decimal 80 253 173 0.68 0 0.32 0.01 152.25 0.98 0.65
Hex 50 FD AD 44 0 20 1 98 62 41
Octal 120 375 255 104 0 40 1 230 142 101
Binary 1010000 11111101 10101101 1000100 0 100000 1 10011000 1100010 1000001

Color Harmonies of #50FDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FDAD

Black with #50FDAD

Text Example


Text Example

White with #50FDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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