#5ACE9A

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

Shades of Medium Aquamarine #5ACE9A

Tints of Medium Aquamarine #5ACE9A

Color information

#5ACE9A (or 0x5ACE9A) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, CE and 9A. RGB value is (90,206,154). Sum of RGB (Red+Green+Blue) = 90+206+154=450 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACE9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACE9A is #A53165. Grayscale: #A5A5A5. Windows color (decimal): -10826086 or 10145370. OLE color: 10145370.

HSL color Cylindrical-coordinate representation of color #5ACE9A: hue angle of 153.1º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACE9A is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB90206154-
CMYK0.5600.250.19
HSL153.1º54.21%58.04%-
HSV(B)153.1º56.31%80.78%-
XYZ32.1248.6538.27-
YUV165.39121.5774.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20%
GREEN value IS 206 (80.86% from 255) = 45.78%
BLUE value IS 154 (60.55% from 255) = 34.22%
R=20%
G=45.78%
B=34.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal902061540.5600.250.19153.154.2158.04
Hex5ACE9A380191399363a
Octal13231623270031232316672
Binary101101011001110100110101110000110011001110011001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,206,154); }

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

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

 a { background-color: rgb(90,206,154); }

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

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

 span { border-color: rgb(90,206,154); }

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