#5EE5B1

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

Shades of Medium Aquamarine #5EE5B1

Tints of Medium Aquamarine #5EE5B1

Color information

#5EE5B1 (or 0x5EE5B1) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, E5 and B1. RGB value is (94,229,177). Sum of RGB (Red+Green+Blue) = 94+229+177=500 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.8% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 229 - color contains mainly: green. Hex color #5EE5B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EE5B1 is #A11A4E. Grayscale: #B6B6B6. Windows color (decimal): -10558031 or 11658590. OLE color: 11658590.

HSL color Cylindrical-coordinate representation of color #5EE5B1: hue angle of 156.89º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EE5B1 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB94229177-
CMYK0.5900.230.10
HSL156.89º72.19%63.33%-
HSV(B)156.89º58.95%89.8%-
XYZ40.5761.5951.35-
YUV182.71124.7764.73-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.8%
GREEN value IS 229 (89.84% from 255) = 45.8%
BLUE value IS 177 (69.53% from 255) = 35.4%
R=18.8%
G=45.8%
B=35.4%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal942291770.5900.230.10156.8972.1963.33
Hex5EE5B13B017A9d483f
Octal136345261730271223511077
Binary101111011100101101100011110110101111010100111011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EE5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,229,177); }

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

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

 a { background-color: rgb(94,229,177); }

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

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

 span { border-color: rgb(94,229,177); }

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