#5ACA9D

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

Shades of Medium Aquamarine #5ACA9D

Tints of Medium Aquamarine #5ACA9D

Color information

#5ACA9D (or 0x5ACA9D) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, CA and 9D. RGB value is (90,202,157). Sum of RGB (Red+Green+Blue) = 90+202+157=449 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.04% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #5ACA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACA9D is #A53562. Grayscale: #A3A3A3. Windows color (decimal): -10827107 or 10340954. OLE color: 10340954.

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

Color convert

RGB90202157-
CMYK0.5500.220.21
HSL155.89º51.38%57.25%-
HSV(B)155.89º55.45%79.22%-
XYZ31.4246.8539.28-
YUV163.38124.3975.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.04%
GREEN value IS 202 (79.30% from 255) = 44.99%
BLUE value IS 157 (61.72% from 255) = 34.97%
R=20.04%
G=44.99%
B=34.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal902021570.5500.220.21155.8951.3857.25
Hex5ACA9D37016159c3339
Octal13231223567026252346371
Binary101101011001010100111011101110101101010110011100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,202,157); }

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

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

 a { background-color: rgb(90,202,157); }

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

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

 span { border-color: rgb(90,202,157); }

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