#5AC7AD

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

Shades of Medium Aquamarine #5AC7AD

Tints of Medium Aquamarine #5AC7AD

Color information

#5AC7AD (or 0x5AC7AD) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, C7 and AD. RGB value is (90,199,173). Sum of RGB (Red+Green+Blue) = 90+199+173=462 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.48% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 199 - color contains mainly: green. Hex color #5AC7AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC7AD is #A53852. Grayscale: #A3A3A3. Windows color (decimal): -10827859 or 11388762. OLE color: 11388762.

HSL color Cylindrical-coordinate representation of color #5AC7AD: hue angle of 165.69º 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 #5AC7AD is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB90199173-
CMYK0.5500.130.22
HSL165.69º49.32%56.67%-
HSV(B)165.69º54.77%78.04%-
XYZ32.1846.0446.73-
YUV163.44133.3975.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.48%
GREEN value IS 199 (78.12% from 255) = 43.07%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=19.48%
G=43.07%
B=37.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal901991730.5500.130.22165.6949.3256.67
Hex5AC7AD370D16a63139
Octal13230725567015262466171
Binary10110101100011110101101110111011011011010100110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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