#5AD5A9

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

Shades of Medium Aquamarine #5AD5A9

Tints of Medium Aquamarine #5AD5A9

Color information

#5AD5A9 (or 0x5AD5A9) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, D5 and A9. RGB value is (90,213,169). Sum of RGB (Red+Green+Blue) = 90+213+169=472 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.07% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD5A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD5A9 is #A52A56. Grayscale: #ABABAB. Windows color (decimal): -10824279 or 11130202. OLE color: 11130202.

HSL color Cylindrical-coordinate representation of color #5AD5A9: hue angle of 158.54º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD5A9 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB90213169-
CMYK0.5800.210.16
HSL158.54º59.42%59.41%-
HSV(B)158.54º57.75%83.53%-
XYZ35.1752.6345.84-
YUV171.21126.7570.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.07%
GREEN value IS 213 (83.59% from 255) = 45.13%
BLUE value IS 169 (66.41% from 255) = 35.81%
R=19.07%
G=45.13%
B=35.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal902131690.5800.210.16158.5459.4259.41
Hex5AD5A93A015109f3b3b
Octal13232525172025202377373
Binary101101011010101101010011110100101011000010011111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,213,169); }

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

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

 a { background-color: rgb(90,213,169); }

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

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

 span { border-color: rgb(90,213,169); }

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