#50EBB2

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

Shades of Medium Aquamarine #50EBB2

Tints of Medium Aquamarine #50EBB2

Color information

#50EBB2 (or 0x50EBB2) is unknown color: approx Medium Aquamarine. HEX triplet: 50, EB and B2. RGB value is (80,235,178). Sum of RGB (Red+Green+Blue) = 80+235+178=493 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.23% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #50EBB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EBB2 is #AF144D. Grayscale: #B6B6B6. Windows color (decimal): -11473998 or 11725648. OLE color: 11725648.

HSL color Cylindrical-coordinate representation of color #50EBB2: hue angle of 157.94º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EBB2 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB80235178-
CMYK0.6600.240.08
HSL157.94º79.49%61.76%-
HSV(B)157.94º65.96%92.16%-
XYZ41.0564.3452.37-
YUV182.16125.6555.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.23%
GREEN value IS 235 (92.19% from 255) = 47.67%
BLUE value IS 178 (69.92% from 255) = 36.11%
R=16.23%
G=47.67%
B=36.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal802351780.6600.240.08157.9479.4961.76
Hex50EBB24201889e4f3e
Octal1203532621020301023611776
Binary1010000111010111011001010000100110001000100111101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,235,178); }

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

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

 a { background-color: rgb(80,235,178); }

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

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

 span { border-color: rgb(80,235,178); }

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