#50CE9E

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

Shades of Medium Aquamarine #50CE9E

Tints of Medium Aquamarine #50CE9E

Color information

#50CE9E (or 0x50CE9E) is unknown color: approx Medium Aquamarine. HEX triplet: 50, CE and 9E. RGB value is (80,206,158). Sum of RGB (Red+Green+Blue) = 80+206+158=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CE9E is #AF3161. Grayscale: #A2A2A2. Windows color (decimal): -11481442 or 10407504. OLE color: 10407504.

HSL color Cylindrical-coordinate representation of color #50CE9E: hue angle of 157.14º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CE9E is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB80206158-
CMYK0.6100.230.19
HSL157.14º56.25%56.08%-
HSV(B)157.14º61.17%80.78%-
XYZ31.5548.3240.01-
YUV162.85125.2668.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.02%
GREEN value IS 206 (80.86% from 255) = 46.40%
BLUE value IS 158 (62.11% from 255) = 35.59%
R=18.02%
G=46.40%
B=35.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal802061580.6100.230.19157.1456.2556.08
Hex50CE9E3D017139d3838
Octal12031623675027232357070
Binary101000011001110100111101111010101111001110011101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,206,158); }

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

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

 a { background-color: rgb(80,206,158); }

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

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

 span { border-color: rgb(80,206,158); }

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