Html Css Color HEX #50EE99 Medium Aquamarine

📋 copy color: '#50EE99'

red 80 ◦ green 238 ◦ blue 153

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

Shades of Medium Aquamarine #50EE99

Tints of Medium Aquamarine #50EE99

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.53%

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

R = 16.99%
G = 50.53%
B = 32.48%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#50EE99 (or 0x50EE99) is known color: Medium Aquamarine. HEX triplet: 50, EE and 99. RGB value is (80,238,153). Sum of RGB (Red+Green+Blue) = 80+238+153=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #50EE99 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EE99 is #AF1166. Grayscale: #B5B5B5. Windows color (decimal): -11473255 or 10088016. OLE color: 10088016.

HSL color Cylindrical-coordinate representation of color #50EE99: hue angle of 147.72º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EE99 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 238 153 -
CMYK 0.66 0 0.36 0.07
HSL 147.72º 0.82% 0.62% -
HSV(B) 147.72º 0.66% 0.93% -
XYZ 39.63 65.15 40.62 -
YUV 181.07 112.15 55.91 -
System Red Green Blue C M Y K H S L
Decimal 80 238 153 0.66 0 0.36 0.07 147.72 0.82 0.62
Hex 50 EE 99 42 0 24 7 94 52 3E
Octal 120 356 231 102 0 44 7 224 122 76
Binary 1010000 11101110 10011001 1000010 0 100100 111 10010100 1010010 111110

Color Harmonies of #50EE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EE99

Black with #50EE99

Text Example


Text Example

White with #50EE99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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