#5BE394

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

Shades of Medium Aquamarine #5BE394

Tints of Medium Aquamarine #5BE394

Color information

#5BE394 (or 0x5BE394) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, E3 and 94. RGB value is (91,227,148). Sum of RGB (Red+Green+Blue) = 91+227+148=466 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.53% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 227 - color contains mainly: green. Hex color #5BE394 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BE394 is #A41C6B. Grayscale: #B1B1B1. Windows color (decimal): -10755180 or 9757531. OLE color: 9757531.

HSL color Cylindrical-coordinate representation of color #5BE394: hue angle of 145.15º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BE394 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB91227148-
CMYK0.6000.350.11
HSL145.15º70.83%62.35%-
HSV(B)145.15º59.91%89.02%-
XYZ37.1359.337.51-
YUV177.33111.4466.42-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.53%
GREEN value IS 227 (89.06% from 255) = 48.71%
BLUE value IS 148 (58.20% from 255) = 31.76%
R=19.53%
G=48.71%
B=31.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal912271480.6000.350.11145.1570.8362.35
Hex5BE3943C023B91473e
Octal133343224740431322110776
Binary1011011111000111001010011110001000111011100100011000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BE394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BE394; }

 p { color: rgb(91,227,148); }

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

<style>
 a { background-color: #5BE394; }

 a { background-color: rgb(91,227,148); }

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

<style>
 span { border-color: #5BE394; }

 span { border-color: rgb(91,227,148); }

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