#5ED2AB

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

Shades of Medium Aquamarine #5ED2AB

Tints of Medium Aquamarine #5ED2AB

Color information

#5ED2AB (or 0x5ED2AB) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, D2 and AB. RGB value is (94,210,171). Sum of RGB (Red+Green+Blue) = 94+210+171=475 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.79% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #5ED2AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED2AB is #A12D54. Grayscale: #AAAAAA. Windows color (decimal): -10562901 or 11260510. OLE color: 11260510.

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

Color convert

RGB94210171-
CMYK0.5500.190.18
HSL159.83º56.31%59.61%-
HSV(B)159.83º55.24%82.35%-
XYZ35.0151.4146.61-
YUV170.87128.0773.17-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.79%
GREEN value IS 210 (82.42% from 255) = 44.21%
BLUE value IS 171 (67.19% from 255) = 36%
R=19.79%
G=44.21%
B=36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal942101710.5500.190.18159.8356.3159.61
Hex5ED2AB3701312a0383c
Octal13632225367023222407074
Binary101111011010010101010111101110100111001010100000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,210,171); }

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

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

 a { background-color: rgb(94,210,171); }

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

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

 span { border-color: rgb(94,210,171); }

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