#5EC7AF

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

Shades of Medium Aquamarine #5EC7AF

Tints of Medium Aquamarine #5EC7AF

Color information

#5EC7AF (or 0x5EC7AF) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, C7 and AF. RGB value is (94,199,175). Sum of RGB (Red+Green+Blue) = 94+199+175=468 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.09% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 199 - color contains mainly: green. Hex color #5EC7AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EC7AF is #A13850. Grayscale: #A4A4A4. Windows color (decimal): -10565713 or 11519838. OLE color: 11519838.

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

Color convert

RGB94199175-
CMYK0.5300.120.22
HSL166.29º48.39%57.45%-
HSV(B)166.29º52.76%78.04%-
XYZ32.7846.3247.77-
YUV164.87133.7177.45-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.09%
GREEN value IS 199 (78.12% from 255) = 42.52%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=20.09%
G=42.52%
B=37.39%

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
Decimal941991750.5300.120.22166.2948.3957.45
Hex5EC7AF350C16a63039
Octal13630725765014262466071
Binary10111101100011110101111110101011001011010100110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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