#5ED1B2

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

Shades of Medium Aquamarine #5ED1B2

Tints of Medium Aquamarine #5ED1B2

Color information

#5ED1B2 (or 0x5ED1B2) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, D1 and B2. RGB value is (94,209,178). Sum of RGB (Red+Green+Blue) = 94+209+178=481 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.54% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #5ED1B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED1B2 is #A12E4D. Grayscale: #ABABAB. Windows color (decimal): -10563150 or 11719006. OLE color: 11719006.

HSL color Cylindrical-coordinate representation of color #5ED1B2: hue angle of 163.83º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ED1B2 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB94209178-
CMYK0.5500.150.18
HSL163.83º55.56%59.41%-
HSV(B)163.83º55.02%81.96%-
XYZ35.4551.1950.13-
YUV171.08131.973.02-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.54%
GREEN value IS 209 (82.03% from 255) = 43.45%
BLUE value IS 178 (69.92% from 255) = 37.01%
R=19.54%
G=43.45%
B=37.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal942091780.5500.150.18163.8355.5659.41
Hex5ED1B2370F12a4383b
Octal13632126267017222447073
Binary10111101101000110110010110111011111001010100100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,209,178); }

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

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

 a { background-color: rgb(94,209,178); }

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

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

 span { border-color: rgb(94,209,178); }

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