Html Css Color HEX #50FEAB Medium Aquamarine

📋 copy color: '#50FEAB'

red 80 ◦ green 254 ◦ blue 171

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

Shades of Medium Aquamarine #50FEAB

Tints of Medium Aquamarine #50FEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.86%

R = 15.84%
G = 50.3%
B = 33.86%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#50FEAB (or 0x50FEAB) is known color: Medium Aquamarine. HEX triplet: 50, FE and AB. RGB value is (80,254,171). Sum of RGB (Red+Green+Blue) = 80+254+171=505 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.84% from 505); Green value is 254 (99.61% from 255 or 50.30% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 254 - color contains mainly: green. Hex color #50FEAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FEAB is #AF0154. Grayscale: #C0C0C0. Windows color (decimal): -11469141 or 11271760. OLE color: 11271760.

HSL color Cylindrical-coordinate representation of color #50FEAB: hue angle of 151.38º 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 #50FEAB is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 254 171 -
CMYK 0.69 0 0.33 0.00
HSL 151.38º 0.99% 0.65% -
HSV(B) 151.38º 0.69% 1% -
XYZ 46.1 75.53 50.68 -
YUV 192.51 115.85 47.75 -
System Red Green Blue C M Y K H S L
Decimal 80 254 171 0.69 0 0.33 0.00 151.38 0.99 0.65
Hex 50 FE AB 45 0 21 0 97 63 41
Octal 120 376 253 105 0 41 0 227 143 101
Binary 1010000 11111110 10101011 1000101 0 100001 0 10010111 1100011 1000001

Color Harmonies of #50FEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FEAB

Black with #50FEAB

Text Example


Text Example

White with #50FEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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