Html Css Color HEX #50E699 Medium Aquamarine

📋 copy color: '#50E699'

red 80 ◦ green 230 ◦ blue 153

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

Shades of Medium Aquamarine #50E699

Tints of Medium Aquamarine #50E699

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.68%

 BLUE value IS 153 (60.16% from 255) = 33.05%

R = 17.28%
G = 49.68%
B = 33.05%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#50E699 (or 0x50E699) is known color: Medium Aquamarine. HEX triplet: 50, E6 and 99. RGB value is (80,230,153). Sum of RGB (Red+Green+Blue) = 80+230+153=463 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.28% from 463); Green value is 230 (90.23% from 255 or 49.68% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 230 - color contains mainly: green. Hex color #50E699 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50E699 is #AF1966. Grayscale: #B0B0B0. Windows color (decimal): -11475303 or 10085968. OLE color: 10085968.

HSL color Cylindrical-coordinate representation of color #50E699: hue angle of 149.2º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E699 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 230 153 -
CMYK 0.65 0 0.33 0.10
HSL 149.2º 0.75% 0.61% -
HSV(B) 149.2º 0.65% 0.9% -
XYZ 37.35 60.6 39.86 -
YUV 176.37 114.81 59.26 -
System Red Green Blue C M Y K H S L
Decimal 80 230 153 0.65 0 0.33 0.10 149.2 0.75 0.61
Hex 50 E6 99 41 0 21 A 95 4B 3D
Octal 120 346 231 101 0 41 12 225 113 75
Binary 1010000 11100110 10011001 1000001 0 100001 1010 10010101 1001011 111101

Color Harmonies of #50E699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E699

Black with #50E699

Text Example


Text Example

White with #50E699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,230,153); }

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

background-color css

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

 a { background-color: rgb(80,230,153); }

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

border-color css

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

 span { border-color: rgb(80,230,153); }

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