#56D4A5

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

Shades of Medium Aquamarine #56D4A5

Tints of Medium Aquamarine #56D4A5

Color information

#56D4A5 (or 0x56D4A5) is unknown color: approx Medium Aquamarine. HEX triplet: 56, D4 and A5. RGB value is (86,212,165). Sum of RGB (Red+Green+Blue) = 86+212+165=463 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.57% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 212 - color contains mainly: green. Hex color #56D4A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56D4A5 is #A92B5A. Grayscale: #A9A9A9. Windows color (decimal): -11086683 or 10867798. OLE color: 10867798.

HSL color Cylindrical-coordinate representation of color #56D4A5: hue angle of 157.62º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56D4A5 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB86212165-
CMYK0.5900.220.17
HSL157.62º59.43%58.43%-
HSV(B)157.62º59.43%83.14%-
XYZ34.1751.7843.79-
YUV168.97125.7668.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.57%
GREEN value IS 212 (83.20% from 255) = 45.79%
BLUE value IS 165 (64.84% from 255) = 35.64%
R=18.57%
G=45.79%
B=35.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal862121650.5900.220.17157.6259.4358.43
Hex56D4A53B016119e3b3a
Octal12632424573026212367372
Binary101011011010100101001011110110101101000110011110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,212,165); }

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

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

 a { background-color: rgb(86,212,165); }

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

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

 span { border-color: rgb(86,212,165); }

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