Html Css Color HEX #50F8A5 Medium Aquamarine

📋 copy color: '#50F8A5'

red 80 ◦ green 248 ◦ blue 165

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

Shades of Medium Aquamarine #50F8A5

Tints of Medium Aquamarine #50F8A5

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.3%

 BLUE value IS 165 (64.84% from 255) = 33.47%

R = 16.23%
G = 50.3%
B = 33.47%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#50F8A5 (or 0x50F8A5) is known color: Medium Aquamarine. HEX triplet: 50, F8 and A5. RGB value is (80,248,165). Sum of RGB (Red+Green+Blue) = 80+248+165=493 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.23% from 493); Green value is 248 (97.27% from 255 or 50.30% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 248 - color contains mainly: green. Hex color #50F8A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F8A5 is #AF075A. Grayscale: #BCBCBC. Windows color (decimal): -11470683 or 10877008. OLE color: 10877008.

HSL color Cylindrical-coordinate representation of color #50F8A5: hue angle of 150.36º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F8A5 is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 248 165 -
CMYK 0.68 0 0.33 0.03
HSL 150.36º 0.92% 0.64% -
HSV(B) 150.36º 0.68% 0.97% -
XYZ 43.67 71.56 47.11 -
YUV 188.31 114.84 50.75 -
System Red Green Blue C M Y K H S L
Decimal 80 248 165 0.68 0 0.33 0.03 150.36 0.92 0.64
Hex 50 F8 A5 44 0 21 3 96 5C 40
Octal 120 370 245 104 0 41 3 226 134 100
Binary 1010000 11111000 10100101 1000100 0 100001 11 10010110 1011100 1000000

Color Harmonies of #50F8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F8A5

Black with #50F8A5

Text Example


Text Example

White with #50F8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,248,165); }

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

background-color css

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

 a { background-color: rgb(80,248,165); }

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

border-color css

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

 span { border-color: rgb(80,248,165); }

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