#5AC8A4

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

Shades of Medium Aquamarine #5AC8A4

Tints of Medium Aquamarine #5AC8A4

Color information

#5AC8A4 (or 0x5AC8A4) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, C8 and A4. RGB value is (90,200,164). Sum of RGB (Red+Green+Blue) = 90+200+164=454 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.82% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 200 - color contains mainly: green. Hex color #5AC8A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC8A4 is #A5375B. Grayscale: #A3A3A3. Windows color (decimal): -10827612 or 10799194. OLE color: 10799194.

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

Color convert

RGB90200164-
CMYK0.5500.180.22
HSL160.36º50%56.86%-
HSV(B)160.36º55%78.43%-
XYZ31.5746.1642.37-
YUV163.01128.5675.93-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.82%
GREEN value IS 200 (78.52% from 255) = 44.05%
BLUE value IS 164 (64.45% from 255) = 36.12%
R=19.82%
G=44.05%
B=36.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal902001640.5500.180.22160.365056.86
Hex5AC8A43701216a03239
Octal13231024467022262406271
Binary101101011001000101001001101110100101011010100000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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