#56CCA3

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

Shades of Medium Aquamarine #56CCA3

Tints of Medium Aquamarine #56CCA3

Color information

#56CCA3 (or 0x56CCA3) is unknown color: approx Medium Aquamarine. HEX triplet: 56, CC and A3. RGB value is (86,204,163). Sum of RGB (Red+Green+Blue) = 86+204+163=453 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.98% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #56CCA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CCA3 is #A9335C. Grayscale: #A4A4A4. Windows color (decimal): -11088733 or 10734678. OLE color: 10734678.

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

Color convert

RGB86204163-
CMYK0.5800.200.2
HSL159.15º53.64%56.86%-
HSV(B)159.15º57.84%80%-
XYZ32.0447.8142.19-
YUV164.04127.4172.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.98%
GREEN value IS 204 (80.08% from 255) = 45.03%
BLUE value IS 163 (64.06% from 255) = 35.98%
R=18.98%
G=45.03%
B=35.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal862041630.5800.200.2159.1553.6456.86
Hex56CCA33A014149f3639
Octal12631424372024242376671
Binary101011011001100101000111110100101001010010011111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56CCA3; }

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

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

<style>
 a { background-color: #56CCA3; }

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

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

<style>
 span { border-color: #56CCA3; }

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

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