#5EE2AA

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

Shades of Medium Aquamarine #5EE2AA

Tints of Medium Aquamarine #5EE2AA

Color information

#5EE2AA (or 0x5EE2AA) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, E2 and AA. RGB value is (94,226,170). Sum of RGB (Red+Green+Blue) = 94+226+170=490 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.18% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 226 - color contains mainly: green. Hex color #5EE2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EE2AA is #A11D55. Grayscale: #B4B4B4. Windows color (decimal): -10558806 or 11199070. OLE color: 11199070.

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

Color convert

RGB94226170-
CMYK0.5800.250.11
HSL154.55º69.47%62.75%-
HSV(B)154.55º58.41%88.63%-
XYZ39.0759.6747.49-
YUV180.15122.2766.55-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.18%
GREEN value IS 226 (88.67% from 255) = 46.12%
BLUE value IS 170 (66.80% from 255) = 34.69%
R=19.18%
G=46.12%
B=34.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal942261700.5800.250.11154.5569.4762.75
Hex5EE2AA3A019B9b453f
Octal136342252720311323310577
Binary101111011100010101010101110100110011011100110111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EE2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,226,170); }

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

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

 a { background-color: rgb(94,226,170); }

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

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

 span { border-color: rgb(94,226,170); }

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