#56D5A1

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

Shades of Medium Aquamarine #56D5A1

Tints of Medium Aquamarine #56D5A1

Color information

#56D5A1 (or 0x56D5A1) is unknown color: approx Medium Aquamarine. HEX triplet: 56, D5 and A1. RGB value is (86,213,161). Sum of RGB (Red+Green+Blue) = 86+213+161=460 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.70% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #56D5A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56D5A1 is #A92A5E. Grayscale: #A9A9A9. Windows color (decimal): -11086431 or 10605910. OLE color: 10605910.

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

Color convert

RGB86213161-
CMYK0.6000.240.16
HSL155.43º60.19%58.63%-
HSV(B)155.43º59.62%83.53%-
XYZ34.0752.1441.99-
YUV169.1123.4268.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.70%
GREEN value IS 213 (83.59% from 255) = 46.30%
BLUE value IS 161 (63.28% from 255) = 35%
R=18.70%
G=46.30%
B=35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal862131610.6000.240.16155.4360.1958.63
Hex56D5A13C018109b3c3b
Octal12632524174030202337473
Binary101011011010101101000011111000110001000010011011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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