#50D297

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

Shades of Medium Aquamarine #50D297

Tints of Medium Aquamarine #50D297

Color information

#50D297 (or 0x50D297) is unknown color: approx Medium Aquamarine. HEX triplet: 50, D2 and 97. RGB value is (80,210,151). Sum of RGB (Red+Green+Blue) = 80+210+151=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #50D297 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D297 is #AF2D68. Grayscale: #A4A4A4. Windows color (decimal): -11480425 or 9949776. OLE color: 9949776.

HSL color Cylindrical-coordinate representation of color #50D297: hue angle of 152.77º degrees, saturation: 0.59, 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 #50D297 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB80210151-
CMYK0.6200.280.18
HSL152.77º59.09%56.86%-
HSV(B)152.77º61.9%82.35%-
XYZ31.9450.0337.25-
YUV164.4120.4367.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.14%
GREEN value IS 210 (82.42% from 255) = 47.62%
BLUE value IS 151 (59.38% from 255) = 34.24%
R=18.14%
G=47.62%
B=34.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal802101510.6200.280.18152.7759.0956.86
Hex50D2973E01C12993b39
Octal12032222776034222317371
Binary101000011010010100101111111100111001001010011001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,210,151); }

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

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

 a { background-color: rgb(80,210,151); }

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

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

 span { border-color: rgb(80,210,151); }

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