#50D199

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

Shades of Medium Aquamarine #50D199

Tints of Medium Aquamarine #50D199

Color information

#50D199 (or 0x50D199) is unknown color: approx Medium Aquamarine. HEX triplet: 50, D1 and 99. RGB value is (80,209,153). Sum of RGB (Red+Green+Blue) = 80+209+153=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 209 - color contains mainly: green. Hex color #50D199 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D199 is #AF2E66. Grayscale: #A4A4A4. Windows color (decimal): -11480679 or 10080592. OLE color: 10080592.

HSL color Cylindrical-coordinate representation of color #50D199: hue angle of 153.95º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D199 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB80209153-
CMYK0.6200.270.18
HSL153.95º58.37%56.67%-
HSV(B)153.95º61.72%81.96%-
XYZ31.8649.6138.03-
YUV164.04121.7668.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.10%
GREEN value IS 209 (82.03% from 255) = 47.29%
BLUE value IS 153 (60.16% from 255) = 34.62%
R=18.10%
G=47.29%
B=34.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal802091530.6200.270.18153.9558.3756.67
Hex50D1993E01B129a3a39
Octal12032123176033222327271
Binary101000011010001100110011111100110111001010011010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50D199;
 }
 .AnyTagClassName
 {
   color: #50D199;
 }
</style>
background-color css

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

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

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

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

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

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