#5EDDAB

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

Shades of Medium Aquamarine #5EDDAB

Tints of Medium Aquamarine #5EDDAB

Color information

#5EDDAB (or 0x5EDDAB) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, DD and AB. RGB value is (94,221,171). Sum of RGB (Red+Green+Blue) = 94+221+171=486 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.34% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #5EDDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDDAB is #A12254. Grayscale: #B1B1B1. Windows color (decimal): -10560085 or 11263326. OLE color: 11263326.

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

Color convert

RGB94221171-
CMYK0.5700.230.13
HSL156.38º65.13%61.76%-
HSV(B)156.38º57.47%86.67%-
XYZ37.8257.0347.54-
YUV177.33124.4268.57-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.34%
GREEN value IS 221 (86.72% from 255) = 45.47%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=19.34%
G=45.47%
B=35.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal942211710.5700.230.13156.3865.1361.76
Hex5EDDAB39017D9c413e
Octal136335253710271523410176
Binary101111011011101101010111110010101111101100111001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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