#56D5A3

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

Shades of Medium Aquamarine #56D5A3

Tints of Medium Aquamarine #56D5A3

Color information

#56D5A3 (or 0x56D5A3) is unknown color: approx Medium Aquamarine. HEX triplet: 56, D5 and A3. RGB value is (86,213,163). Sum of RGB (Red+Green+Blue) = 86+213+163=462 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.61% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #56D5A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56D5A3 is #A92A5C. Grayscale: #A9A9A9. Windows color (decimal): -11086429 or 10736982. OLE color: 10736982.

HSL color Cylindrical-coordinate representation of color #56D5A3: hue angle of 156.38º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D5A3 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB86213163-
CMYK0.6000.230.16
HSL156.38º60.19%58.63%-
HSV(B)156.38º59.62%83.53%-
XYZ34.2452.2142.92-
YUV169.33124.4268.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.61%
GREEN value IS 213 (83.59% from 255) = 46.10%
BLUE value IS 163 (64.06% from 255) = 35.28%
R=18.61%
G=46.10%
B=35.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal862131630.6000.230.16156.3860.1958.63
Hex56D5A33C017109c3c3b
Octal12632524374027202347473
Binary101011011010101101000111111000101111000010011100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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