#5EDFB5

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

Shades of Medium Aquamarine #5EDFB5

Tints of Medium Aquamarine #5EDFB5

Color information

#5EDFB5 (or 0x5EDFB5) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, DF and B5. RGB value is (94,223,181). Sum of RGB (Red+Green+Blue) = 94+223+181=498 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.88% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDFB5 is #A1204A. Grayscale: #B3B3B3. Windows color (decimal): -10559563 or 11919198. OLE color: 11919198.

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

Color convert

RGB94223181-
CMYK0.5800.190.13
HSL160.47º66.84%62.16%-
HSV(B)160.47º57.85%87.45%-
XYZ39.3458.4952.93-
YUV179.64128.7666.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.88%
GREEN value IS 223 (87.5% from 255) = 44.78%
BLUE value IS 181 (71.09% from 255) = 36.35%
R=18.88%
G=44.78%
B=36.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal942231810.5800.190.13160.4766.8462.16
Hex5EDFB53A013Da0433e
Octal136337265720231524010376
Binary101111011011111101101011110100100111101101000001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,223,181); }

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

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

 a { background-color: rgb(94,223,181); }

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

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

 span { border-color: rgb(94,223,181); }

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