#5EDDA8

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

Shades of Medium Aquamarine #5EDDA8

Tints of Medium Aquamarine #5EDDA8

Color information

#5EDDA8 (or 0x5EDDA8) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, DD and A8. RGB value is (94,221,168). Sum of RGB (Red+Green+Blue) = 94+221+168=483 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.46% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #5EDDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDDA8 is #A12257. Grayscale: #B1B1B1. Windows color (decimal): -10560088 or 11066718. OLE color: 11066718.

HSL color Cylindrical-coordinate representation of color #5EDDA8: hue angle of 154.96º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDDA8 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB94221168-
CMYK0.5700.240.13
HSL154.96º65.13%61.76%-
HSV(B)154.96º57.47%86.67%-
XYZ37.5456.9246.05-
YUV176.98122.9268.81-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.46%
GREEN value IS 221 (86.72% from 255) = 45.76%
BLUE value IS 168 (66.02% from 255) = 34.78%
R=19.46%
G=45.76%
B=34.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal942211680.5700.240.13154.9665.1361.76
Hex5EDDA839018D9b413e
Octal136335250710301523310176
Binary101111011011101101010001110010110001101100110111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,221,168); }

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

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

 a { background-color: rgb(94,221,168); }

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

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

 span { border-color: rgb(94,221,168); }

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