#5EC7A7

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

Shades of Medium Aquamarine #5EC7A7

Tints of Medium Aquamarine #5EC7A7

Color information

#5EC7A7 (or 0x5EC7A7) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, C7 and A7. RGB value is (94,199,167). Sum of RGB (Red+Green+Blue) = 94+199+167=460 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.43% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 167 (65.62% from 255 or 36.30% from 460); Max value from RGB is 199 - color contains mainly: green. Hex color #5EC7A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EC7A7 is #A13858. Grayscale: #A3A3A3. Windows color (decimal): -10565721 or 10995550. OLE color: 10995550.

HSL color Cylindrical-coordinate representation of color #5EC7A7: hue angle of 161.71º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EC7A7 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB94199167-
CMYK0.5300.160.22
HSL161.71º48.39%57.45%-
HSV(B)161.71º52.76%78.04%-
XYZ32.0146.0243.75-
YUV163.96129.7178.1-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.43%
GREEN value IS 199 (78.12% from 255) = 43.26%
BLUE value IS 167 (65.62% from 255) = 36.30%
R=20.43%
G=43.26%
B=36.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal941991670.5300.160.22161.7148.3957.45
Hex5EC7A73501016a23039
Octal13630724765020262426071
Binary101111011000111101001111101010100001011010100010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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