#5AC7AA

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

Shades of Medium Aquamarine #5AC7AA

Tints of Medium Aquamarine #5AC7AA

Color information

#5AC7AA (or 0x5AC7AA) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, C7 and AA. RGB value is (90,199,170). Sum of RGB (Red+Green+Blue) = 90+199+170=459 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.61% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 199 - color contains mainly: green. Hex color #5AC7AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC7AA is #A53855. Grayscale: #A3A3A3. Windows color (decimal): -10827862 or 11192154. OLE color: 11192154.

HSL color Cylindrical-coordinate representation of color #5AC7AA: hue angle of 164.04º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC7AA is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB90199170-
CMYK0.5500.150.22
HSL164.04º49.32%56.67%-
HSV(B)164.04º54.77%78.04%-
XYZ31.945.9245.21-
YUV163.1131.8975.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.61%
GREEN value IS 199 (78.12% from 255) = 43.36%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=19.61%
G=43.36%
B=37.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal901991700.5500.150.22164.0449.3256.67
Hex5AC7AA370F16a43139
Octal13230725267017262446171
Binary10110101100011110101010110111011111011010100100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,199,170); }

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

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

 a { background-color: rgb(90,199,170); }

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

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

 span { border-color: rgb(90,199,170); }

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