#5ee8a2

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

Shades of Medium Aquamarine #5EE8A2

Tints of Medium Aquamarine #5EE8A2

Color information

#5EE8A2 (or 0x5EE8A2) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, E8 and A2. RGB value is (94,232,162). Sum of RGB (Red+Green+Blue) = 94+232+162=488 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.26% from 488); Green value is 232 (91.02% from 255 or 47.54% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 232 - color contains mainly: green. Hex color #5EE8A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EE8A2 is #A1175D. Grayscale: #B6B6B6. Windows color (decimal): -10557278 or 10676318. OLE color: 10676318.

HSL color Cylindrical-coordinate representation of color #5EE8A2: hue angle of 149.57º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EE8A2 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB94232162-
CMYK0.5900.300.09
HSL149.57º75%63.92%-
HSV(B)149.57º59.48%90.98%-
XYZ39.9962.744.18-
YUV182.76116.2864.69-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.26%
GREEN value IS 232 (91.02% from 255) = 47.54%
BLUE value IS 162 (63.67% from 255) = 33.20%
R=19.26%
G=47.54%
B=33.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal942321620.5900.300.09149.577563.92
Hex5EE8A23B01E9964b40
Octal1363502427303611226113100
Binary1011110111010001010001011101101111010011001011010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ee8a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,232,162); }

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

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

 a { background-color: rgb(94,232,162); }

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

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

 span { border-color: rgb(94,232,162); }

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