#5EDBA7

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

Shades of Medium Aquamarine #5EDBA7

Tints of Medium Aquamarine #5EDBA7

Color information

#5EDBA7 (or 0x5EDBA7) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, DB and A7. RGB value is (94,219,167). Sum of RGB (Red+Green+Blue) = 94+219+167=480 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.58% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 167 (65.62% from 255 or 34.79% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDBA7 is #A12458. Grayscale: #AFAFAF. Windows color (decimal): -10560601 or 11000670. OLE color: 11000670.

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

Color convert

RGB94219167-
CMYK0.5700.240.14
HSL155.04º63.45%61.37%-
HSV(B)155.04º57.08%85.88%-
XYZ36.9255.8345.39-
YUV175.7123.0969.73-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.58%
GREEN value IS 219 (85.94% from 255) = 45.62%
BLUE value IS 167 (65.62% from 255) = 34.79%
R=19.58%
G=45.62%
B=34.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal942191670.5700.240.14155.0463.4561.37
Hex5EDBA739018E9b3f3d
Octal13633324771030162337775
Binary10111101101101110100111111001011000111010011011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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