#5ED1B5

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

Shades of Medium Aquamarine #5ED1B5

Tints of Medium Aquamarine #5ED1B5

Color information

#5ED1B5 (or 0x5ED1B5) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, D1 and B5. RGB value is (94,209,181). Sum of RGB (Red+Green+Blue) = 94+209+181=484 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.42% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #5ED1B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED1B5 is #A12E4A. Grayscale: #ABABAB. Windows color (decimal): -10563147 or 11915614. OLE color: 11915614.

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

Color convert

RGB94209181-
CMYK0.5500.130.18
HSL165.39º55.56%59.41%-
HSV(B)165.39º55.02%81.96%-
XYZ35.7651.3251.74-
YUV171.42133.472.78-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.42%
GREEN value IS 209 (82.03% from 255) = 43.18%
BLUE value IS 181 (71.09% from 255) = 37.40%
R=19.42%
G=43.18%
B=37.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal942091810.5500.130.18165.3955.5659.41
Hex5ED1B5370D12a5383b
Octal13632126567015222457073
Binary10111101101000110110101110111011011001010100101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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