#5AC7A2

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

Shades of Medium Aquamarine #5AC7A2

Tints of Medium Aquamarine #5AC7A2

Color information

#5AC7A2 (or 0x5AC7A2) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, C7 and A2. RGB value is (90,199,162). Sum of RGB (Red+Green+Blue) = 90+199+162=451 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.96% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 199 - color contains mainly: green. Hex color #5AC7A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC7A2 is #A5385D. Grayscale: #A2A2A2. Windows color (decimal): -10827870 or 10667866. OLE color: 10667866.

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

Color convert

RGB90199162-
CMYK0.5500.190.22
HSL159.63º49.32%56.67%-
HSV(B)159.63º54.77%78.04%-
XYZ31.1645.6341.35-
YUV162.19127.8976.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.96%
GREEN value IS 199 (78.12% from 255) = 44.12%
BLUE value IS 162 (63.67% from 255) = 35.92%
R=19.96%
G=44.12%
B=35.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal901991620.5500.190.22159.6349.3256.67
Hex5AC7A23701316a03139
Octal13230724267023262406171
Binary101101011000111101000101101110100111011010100000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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