#5AC9A7

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

Shades of Medium Aquamarine #5AC9A7

Tints of Medium Aquamarine #5AC9A7

Color information

#5AC9A7 (or 0x5AC9A7) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, C9 and A7. RGB value is (90,201,167). Sum of RGB (Red+Green+Blue) = 90+201+167=458 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.65% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 167 (65.62% from 255 or 36.46% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #5AC9A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC9A7 is #A53658. Grayscale: #A3A3A3. Windows color (decimal): -10827353 or 10996058. OLE color: 10996058.

HSL color Cylindrical-coordinate representation of color #5AC9A7: hue angle of 161.62º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC9A7 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB90201167-
CMYK0.5500.170.21
HSL161.62º50.68%57.06%-
HSV(B)161.62º55.22%78.82%-
XYZ32.0846.7443.89-
YUV163.94129.7375.26-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.65%
GREEN value IS 201 (78.91% from 255) = 43.89%
BLUE value IS 167 (65.62% from 255) = 36.46%
R=19.65%
G=43.89%
B=36.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal902011670.5500.170.21161.6250.6857.06
Hex5AC9A73701115a23339
Octal13231124767021252426371
Binary101101011001001101001111101110100011010110100010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,201,167); }

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

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

 a { background-color: rgb(90,201,167); }

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

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

 span { border-color: rgb(90,201,167); }

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