#5EDEA6

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

Shades of Medium Aquamarine #5EDEA6

Tints of Medium Aquamarine #5EDEA6

Color information

#5EDEA6 (or 0x5EDEA6) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, DE and A6. RGB value is (94,222,166). Sum of RGB (Red+Green+Blue) = 94+222+166=482 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.50% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDEA6 is #A12159. Grayscale: #B1B1B1. Windows color (decimal): -10559834 or 10935902. OLE color: 10935902.

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

Color convert

RGB94222166-
CMYK0.5800.250.13
HSL153.75º65.98%61.96%-
HSV(B)153.75º57.66%87.06%-
XYZ37.6257.3845.17-
YUV177.34121.5968.55-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.50%
GREEN value IS 222 (87.11% from 255) = 46.06%
BLUE value IS 166 (65.23% from 255) = 34.44%
R=19.50%
G=46.06%
B=34.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal942221660.5800.250.13153.7565.9861.96
Hex5EDEA63A019D9a423e
Octal136336246720311523210276
Binary101111011011110101001101110100110011101100110101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,222,166); }

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

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

 a { background-color: rgb(94,222,166); }

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

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

 span { border-color: rgb(94,222,166); }

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