#5AC8AA

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

Shades of Medium Aquamarine #5AC8AA

Tints of Medium Aquamarine #5AC8AA

Color information

#5AC8AA (or 0x5AC8AA) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, C8 and AA. RGB value is (90,200,170). Sum of RGB (Red+Green+Blue) = 90+200+170=460 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.57% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 200 - color contains mainly: green. Hex color #5AC8AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC8AA is #A53755. Grayscale: #A3A3A3. Windows color (decimal): -10827606 or 11192410. OLE color: 11192410.

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

Color convert

RGB90200170-
CMYK0.5500.150.22
HSL163.64º50%56.86%-
HSV(B)163.64º55%78.43%-
XYZ32.1346.3845.29-
YUV163.69131.5675.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.57%
GREEN value IS 200 (78.52% from 255) = 43.48%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=19.57%
G=43.48%
B=36.96%

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
Decimal902001700.5500.150.22163.645056.86
Hex5AC8AA370F16a43239
Octal13231025267017262446271
Binary10110101100100010101010110111011111011010100100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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