#5EE1B0

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

Shades of Medium Aquamarine #5EE1B0

Tints of Medium Aquamarine #5EE1B0

Color information

#5EE1B0 (or 0x5EE1B0) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, E1 and B0. RGB value is (94,225,176). Sum of RGB (Red+Green+Blue) = 94+225+176=495 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.99% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #5EE1B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EE1B0 is #A11E4F. Grayscale: #B4B4B4. Windows color (decimal): -10559056 or 11592030. OLE color: 11592030.

HSL color Cylindrical-coordinate representation of color #5EE1B0: hue angle of 157.56º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EE1B0 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB94225176-
CMYK0.5800.220.12
HSL157.56º68.59%62.55%-
HSV(B)157.56º58.22%88.24%-
XYZ39.3859.3650.46-
YUV180.24125.666.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.99%
GREEN value IS 225 (88.28% from 255) = 45.45%
BLUE value IS 176 (69.14% from 255) = 35.56%
R=18.99%
G=45.45%
B=35.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal942251760.5800.220.12157.5668.5962.55
Hex5EE1B03A016C9e453f
Octal136341260720261423610577
Binary101111011100001101100001110100101101100100111101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EE1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,225,176); }

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

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

 a { background-color: rgb(94,225,176); }

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

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

 span { border-color: rgb(94,225,176); }

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