#56DBA2

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

Shades of Medium Aquamarine #56DBA2

Tints of Medium Aquamarine #56DBA2

Color information

#56DBA2 (or 0x56DBA2) is unknown color: approx Medium Aquamarine. HEX triplet: 56, DB and A2. RGB value is (86,219,162). Sum of RGB (Red+Green+Blue) = 86+219+162=467 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.42% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #56DBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56DBA2 is #A9245D. Grayscale: #ACACAC. Windows color (decimal): -11084894 or 10672982. OLE color: 10672982.

HSL color Cylindrical-coordinate representation of color #56DBA2: hue angle of 154.29º 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 #56DBA2 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB86219162-
CMYK0.6100.260.14
HSL154.29º64.88%59.8%-
HSV(B)154.29º60.73%85.88%-
XYZ35.6955.2542.97-
YUV172.74121.9466.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.42%
GREEN value IS 219 (85.94% from 255) = 46.90%
BLUE value IS 162 (63.67% from 255) = 34.69%
R=18.42%
G=46.90%
B=34.69%

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
Decimal862191620.6100.260.14154.2964.8859.8
Hex56DBA23D01AE9a413c
Octal126333242750321623210174
Binary101011011011011101000101111010110101110100110101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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