#50EE99

Color #50EE99 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #50EE99

Tints of Medium Aquamarine #50EE99

Color information

#50EE99 (or 0x50EE99) is unknown color: approx 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

RGB80238153-
CMYK0.6600.360.07
HSL147.72º82.29%62.35%-
HSV(B)147.72º66.39%93.33%-
XYZ39.6365.1540.62-
YUV181.07112.1555.91-

RGB Variations

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

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 (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal802381530.6600.360.07147.7282.2962.35
Hex50EE9942024794523e
Octal120356231102044722412276
Binary1010000111011101001100110000100100100111100101001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>