#5EC9B5

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

Shades of Medium Aquamarine #5EC9B5

Tints of Medium Aquamarine #5EC9B5

Color information

#5EC9B5 (or 0x5EC9B5) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, C9 and B5. RGB value is (94,201,181). Sum of RGB (Red+Green+Blue) = 94+201+181=476 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.75% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #5EC9B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC9B5 is #A1364A. Grayscale: #A6A6A6. Windows color (decimal): -10565195 or 11913566. OLE color: 11913566.

HSL color Cylindrical-coordinate representation of color #5EC9B5: hue angle of 168.79º 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 #5EC9B5 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB94201181-
CMYK0.5300.100.21
HSL168.79º49.77%57.84%-
HSV(B)168.79º53.23%78.82%-
XYZ33.8447.4951.1-
YUV166.73136.0576.13-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.75%
GREEN value IS 201 (78.91% from 255) = 42.23%
BLUE value IS 181 (71.09% from 255) = 38.03%
R=19.75%
G=42.23%
B=38.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal942011810.5300.100.21168.7949.7757.84
Hex5EC9B5350A15a9323a
Octal13631126565012252516272
Binary10111101100100110110101110101010101010110101001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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