#5ACEA3

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

Shades of Medium Aquamarine #5ACEA3

Tints of Medium Aquamarine #5ACEA3

Color information

#5ACEA3 (or 0x5ACEA3) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, CE and A3. RGB value is (90,206,163). Sum of RGB (Red+Green+Blue) = 90+206+163=459 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.61% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACEA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACEA3 is #A5315C. Grayscale: #A6A6A6. Windows color (decimal): -10826077 or 10735194. OLE color: 10735194.

HSL color Cylindrical-coordinate representation of color #5ACEA3: hue angle of 157.76º 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 #5ACEA3 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB90206163-
CMYK0.5600.210.19
HSL157.76º54.21%58.04%-
HSV(B)157.76º56.31%80.78%-
XYZ32.948.9642.37-
YUV166.41126.0773.5-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.61%
GREEN value IS 206 (80.86% from 255) = 44.88%
BLUE value IS 163 (64.06% from 255) = 35.51%
R=19.61%
G=44.88%
B=35.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal902061630.5600.210.19157.7654.2158.04
Hex5ACEA338015139e363a
Octal13231624370025232366672
Binary101101011001110101000111110000101011001110011110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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