#5ecfaa

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

Shades of Medium Aquamarine #5ECFAA

Tints of Medium Aquamarine #5ECFAA

Color information

#5ECFAA (or 0x5ECFAA) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, CF and AA. RGB value is (94,207,170). Sum of RGB (Red+Green+Blue) = 94+207+170=471 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.96% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #5ECFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECFAA is #A13055. Grayscale: #A9A9A9. Windows color (decimal): -10563670 or 11194206. OLE color: 11194206.

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

Color convert

RGB94207170-
CMYK0.5500.180.19
HSL160.35º54.07%59.02%-
HSV(B)160.35º54.59%81.18%-
XYZ34.1849.9145.86-
YUV168.99128.5674.51-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.96%
GREEN value IS 207 (81.25% from 255) = 43.95%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=19.96%
G=43.95%
B=36.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal942071700.5500.180.19160.3554.0759.02
Hex5ECFAA3701213a0363b
Octal13631725267022232406673
Binary101111011001111101010101101110100101001110100000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ecfaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,207,170); }

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

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

 a { background-color: rgb(94,207,170); }

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

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

 span { border-color: rgb(94,207,170); }

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