#5ACCA3

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

Shades of Medium Aquamarine #5ACCA3

Tints of Medium Aquamarine #5ACCA3

Color information

#5ACCA3 (or 0x5ACCA3) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, CC and A3. RGB value is (90,204,163). Sum of RGB (Red+Green+Blue) = 90+204+163=457 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.69% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACCA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACCA3 is #A5335C. Grayscale: #A5A5A5. Windows color (decimal): -10826589 or 10734682. OLE color: 10734682.

HSL color Cylindrical-coordinate representation of color #5ACCA3: hue angle of 158.42º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACCA3 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB90204163-
CMYK0.5600.200.2
HSL158.42º52.78%57.65%-
HSV(B)158.42º55.88%80%-
XYZ32.424842.21-
YUV165.24126.7374.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.69%
GREEN value IS 204 (80.08% from 255) = 44.64%
BLUE value IS 163 (64.06% from 255) = 35.67%
R=19.69%
G=44.64%
B=35.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal902041630.5600.200.2158.4252.7857.65
Hex5ACCA338014149e353a
Octal13231424370024242366572
Binary101101011001100101000111110000101001010010011110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,204,163); }

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

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

 a { background-color: rgb(90,204,163); }

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

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

 span { border-color: rgb(90,204,163); }

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