#5EDBB7

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

Shades of Medium Aquamarine #5EDBB7

Tints of Medium Aquamarine #5EDBB7

Color information

#5EDBB7 (or 0x5EDBB7) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, DB and B7. RGB value is (94,219,183). Sum of RGB (Red+Green+Blue) = 94+219+183=496 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.95% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDBB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDBB7 is #A12448. Grayscale: #B1B1B1. Windows color (decimal): -10560585 or 12049246. OLE color: 12049246.

HSL color Cylindrical-coordinate representation of color #5EDBB7: hue angle of 162.72º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDBB7 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB94219183-
CMYK0.5700.160.14
HSL162.72º63.45%61.37%-
HSV(B)162.72º57.08%85.88%-
XYZ38.4956.4653.67-
YUV177.52131.0968.43-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.95%
GREEN value IS 219 (85.94% from 255) = 44.15%
BLUE value IS 183 (71.88% from 255) = 36.90%
R=18.95%
G=44.15%
B=36.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal942191830.5700.160.14162.7263.4561.37
Hex5EDBB739010Ea33f3d
Octal13633326771020162437775
Binary10111101101101110110111111001010000111010100011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,219,183); }

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

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

 a { background-color: rgb(94,219,183); }

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

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

 span { border-color: rgb(94,219,183); }

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