#5EE1AF

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

Shades of Medium Aquamarine #5EE1AF

Tints of Medium Aquamarine #5EE1AF

Color information

#5EE1AF (or 0x5EE1AF) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, E1 and AF. RGB value is (94,225,175). Sum of RGB (Red+Green+Blue) = 94+225+175=494 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.03% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #5EE1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EE1AF is #A11E50. Grayscale: #B4B4B4. Windows color (decimal): -10559057 or 11526494. OLE color: 11526494.

HSL color Cylindrical-coordinate representation of color #5EE1AF: hue angle of 157.1º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EE1AF is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB94225175-
CMYK0.5800.220.12
HSL157.1º68.59%62.55%-
HSV(B)157.1º58.22%88.24%-
XYZ39.2859.3349.94-
YUV180.13125.166.57-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.03%
GREEN value IS 225 (88.28% from 255) = 45.55%
BLUE value IS 175 (68.75% from 255) = 35.43%
R=19.03%
G=45.55%
B=35.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal942251750.5800.220.12157.168.5962.55
Hex5EE1AF3A016C9d453f
Octal136341257720261423510577
Binary101111011100001101011111110100101101100100111011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EE1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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