#5EDE96

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

Shades of Medium Aquamarine #5EDE96

Tints of Medium Aquamarine #5EDE96

Color information

#5EDE96 (or 0x5EDE96) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, DE and 96. RGB value is (94,222,150). Sum of RGB (Red+Green+Blue) = 94+222+150=466 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.17% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDE96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDE96 is #A12169. Grayscale: #AFAFAF. Windows color (decimal): -10559850 or 9887326. OLE color: 9887326.

HSL color Cylindrical-coordinate representation of color #5EDE96: hue angle of 146.25º 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 #5EDE96 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB94222150-
CMYK0.5800.320.13
HSL146.25º65.98%61.96%-
HSV(B)146.25º57.66%87.06%-
XYZ36.2456.8237.91-
YUV175.52113.5969.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.17%
GREEN value IS 222 (87.11% from 255) = 47.64%
BLUE value IS 150 (58.98% from 255) = 32.19%
R=20.17%
G=47.64%
B=32.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal942221500.5800.320.13146.2565.9861.96
Hex5EDE963A020D92423e
Octal136336226720401522210276
Binary1011110110111101001011011101001000001101100100101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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