#56DBA1

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

Shades of Medium Aquamarine #56DBA1

Tints of Medium Aquamarine #56DBA1

Color information

#56DBA1 (or 0x56DBA1) is unknown color: approx Medium Aquamarine. HEX triplet: 56, DB and A1. RGB value is (86,219,161). Sum of RGB (Red+Green+Blue) = 86+219+161=466 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.45% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #56DBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56DBA1 is #A9245E. Grayscale: #ACACAC. Windows color (decimal): -11084895 or 10607446. OLE color: 10607446.

HSL color Cylindrical-coordinate representation of color #56DBA1: hue angle of 153.83º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DBA1 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB86219161-
CMYK0.6100.260.14
HSL153.83º64.88%59.8%-
HSV(B)153.83º60.73%85.88%-
XYZ35.655.2142.5-
YUV172.62121.4466.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.45%
GREEN value IS 219 (85.94% from 255) = 47.00%
BLUE value IS 161 (63.28% from 255) = 34.55%
R=18.45%
G=47.00%
B=34.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal862191610.6100.260.14153.8364.8859.8
Hex56DBA13D01AE9a413c
Octal126333241750321623210174
Binary101011011011011101000011111010110101110100110101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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