#5AE5A4

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

Shades of Medium Aquamarine #5AE5A4

Tints of Medium Aquamarine #5AE5A4

Color information

#5AE5A4 (or 0x5AE5A4) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, E5 and A4. RGB value is (90,229,164). Sum of RGB (Red+Green+Blue) = 90+229+164=483 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.63% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 229 - color contains mainly: green. Hex color #5AE5A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AE5A4 is #A51A5B. Grayscale: #B4B4B4. Windows color (decimal): -10820188 or 10806618. OLE color: 10806618.

HSL color Cylindrical-coordinate representation of color #5AE5A4: hue angle of 151.94º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE5A4 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB90229164-
CMYK0.6100.280.10
HSL151.94º72.77%62.55%-
HSV(B)151.94º60.7%89.8%-
XYZ38.9460.8944.82-
YUV180.03118.9563.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.63%
GREEN value IS 229 (89.84% from 255) = 47.41%
BLUE value IS 164 (64.45% from 255) = 33.95%
R=18.63%
G=47.41%
B=33.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal902291640.6100.280.10151.9472.7762.55
Hex5AE5A43D01CA98493f
Octal132345244750341223011177
Binary101101011100101101001001111010111001010100110001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AE5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,229,164); }

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

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

 a { background-color: rgb(90,229,164); }

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

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

 span { border-color: rgb(90,229,164); }

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