#5AE1AE

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

Shades of Medium Aquamarine #5AE1AE

Tints of Medium Aquamarine #5AE1AE

Color information

#5AE1AE (or 0x5AE1AE) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, E1 and AE. RGB value is (90,225,174). Sum of RGB (Red+Green+Blue) = 90+225+174=489 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.40% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #5AE1AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AE1AE is #A51E51. Grayscale: #B2B2B2. Windows color (decimal): -10821202 or 11460954. OLE color: 11460954.

HSL color Cylindrical-coordinate representation of color #5AE1AE: hue angle of 157.33º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AE1AE is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB90225174-
CMYK0.6000.230.12
HSL157.33º69.23%61.76%-
HSV(B)157.33º60%88.24%-
XYZ38.7859.0849.4-
YUV178.82125.2764.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.40%
GREEN value IS 225 (88.28% from 255) = 46.01%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=18.40%
G=46.01%
B=35.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal902251740.6000.230.12157.3369.2361.76
Hex5AE1AE3C017C9d453e
Octal132341256740271423510576
Binary101101011100001101011101111000101111100100111011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AE1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,225,174); }

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

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

 a { background-color: rgb(90,225,174); }

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

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

 span { border-color: rgb(90,225,174); }

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