#56D5A6

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

Shades of Medium Aquamarine #56D5A6

Tints of Medium Aquamarine #56D5A6

Color information

#56D5A6 (or 0x56D5A6) is unknown color: approx Medium Aquamarine. HEX triplet: 56, D5 and A6. RGB value is (86,213,166). Sum of RGB (Red+Green+Blue) = 86+213+166=465 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.49% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #56D5A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56D5A6 is #A92A59. Grayscale: #A9A9A9. Windows color (decimal): -11086426 or 10933590. OLE color: 10933590.

HSL color Cylindrical-coordinate representation of color #56D5A6: hue angle of 157.8º 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 #56D5A6 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB86213166-
CMYK0.6000.220.16
HSL157.8º60.19%58.63%-
HSV(B)157.8º59.62%83.53%-
XYZ34.5152.3244.36-
YUV169.67125.9268.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.49%
GREEN value IS 213 (83.59% from 255) = 45.81%
BLUE value IS 166 (65.23% from 255) = 35.70%
R=18.49%
G=45.81%
B=35.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal862131660.6000.220.16157.860.1958.63
Hex56D5A63C016109e3c3b
Octal12632524674026202367473
Binary101011011010101101001101111000101101000010011110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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