#5EC7B2

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

Shades of Medium Aquamarine #5EC7B2

Tints of Medium Aquamarine #5EC7B2

Color information

#5EC7B2 (or 0x5EC7B2) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, C7 and B2. RGB value is (94,199,178). Sum of RGB (Red+Green+Blue) = 94+199+178=471 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.96% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 199 - color contains mainly: green. Hex color #5EC7B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EC7B2 is #A1384D. Grayscale: #A5A5A5. Windows color (decimal): -10565710 or 11716446. OLE color: 11716446.

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

Color convert

RGB94199178-
CMYK0.5300.110.22
HSL168º48.39%57.45%-
HSV(B)168º52.76%78.04%-
XYZ33.0846.4449.34-
YUV165.21135.2177.21-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.96%
GREEN value IS 199 (78.12% from 255) = 42.25%
BLUE value IS 178 (69.92% from 255) = 37.79%
R=19.96%
G=42.25%
B=37.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal941991780.5300.110.2216848.3957.45
Hex5EC7B2350B16a83039
Octal13630726265013262506071
Binary10111101100011110110010110101010111011010101000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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