#5ECAAD

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

Shades of Medium Aquamarine #5ECAAD

Tints of Medium Aquamarine #5ECAAD

Color information

#5ECAAD (or 0x5ECAAD) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, CA and AD. RGB value is (94,202,173). Sum of RGB (Red+Green+Blue) = 94+202+173=469 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20.04% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #5ECAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECAAD is #A13552. Grayscale: #A6A6A6. Windows color (decimal): -10564947 or 11389534. OLE color: 11389534.

HSL color Cylindrical-coordinate representation of color #5ECAAD: hue angle of 163.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ECAAD is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB94202173-
CMYK0.5300.140.21
HSL163.89º50.47%58.04%-
HSV(B)163.89º53.47%79.22%-
XYZ33.2847.6446.98-
YUV166.4131.7276.36-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.04%
GREEN value IS 202 (79.30% from 255) = 43.07%
BLUE value IS 173 (67.97% from 255) = 36.89%
R=20.04%
G=43.07%
B=36.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal942021730.5300.140.21163.8950.4758.04
Hex5ECAAD350E15a4323a
Octal13631225565016252446272
Binary10111101100101010101101110101011101010110100100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,202,173); }

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

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

 a { background-color: rgb(94,202,173); }

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

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

 span { border-color: rgb(94,202,173); }

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