#5EC6AF

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

Shades of Medium Aquamarine #5EC6AF

Tints of Medium Aquamarine #5EC6AF

Color information

#5EC6AF (or 0x5EC6AF) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, C6 and AF. RGB value is (94,198,175). Sum of RGB (Red+Green+Blue) = 94+198+175=467 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.13% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 198 - color contains mainly: green. Hex color #5EC6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EC6AF is #A13950. Grayscale: #A4A4A4. Windows color (decimal): -10565969 or 11519582. OLE color: 11519582.

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

Color convert

RGB94198175-
CMYK0.5300.120.22
HSL166.73º47.71%57.25%-
HSV(B)166.73º52.53%77.65%-
XYZ32.5545.8647.69-
YUV164.28134.0477.87-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.13%
GREEN value IS 198 (77.73% from 255) = 42.40%
BLUE value IS 175 (68.75% from 255) = 37.47%
R=20.13%
G=42.40%
B=37.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal941981750.5300.120.22166.7347.7157.25
Hex5EC6AF350C16a73039
Octal13630625765014262476071
Binary10111101100011010101111110101011001011010100111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,198,175); }

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

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

 a { background-color: rgb(94,198,175); }

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

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

 span { border-color: rgb(94,198,175); }

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