#56DFB8

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

Shades of Medium Aquamarine #56DFB8

Tints of Medium Aquamarine #56DFB8

Color information

#56DFB8 (or 0x56DFB8) is unknown color: approx Medium Aquamarine. HEX triplet: 56, DF and B8. RGB value is (86,223,184). Sum of RGB (Red+Green+Blue) = 86+223+184=493 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.44% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #56DFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DFB8 is #A92047. Grayscale: #B1B1B1. Windows color (decimal): -11083848 or 12115798. OLE color: 12115798.

HSL color Cylindrical-coordinate representation of color #56DFB8: hue angle of 162.92º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DFB8 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB86223184-
CMYK0.6100.170.13
HSL162.92º68.16%60.59%-
HSV(B)162.92º61.43%87.45%-
XYZ38.8858.2154.53-
YUV177.59131.6162.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.44%
GREEN value IS 223 (87.5% from 255) = 45.23%
BLUE value IS 184 (72.27% from 255) = 37.32%
R=17.44%
G=45.23%
B=37.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal862231840.6100.170.13162.9268.1660.59
Hex56DFB83D011Da3443d
Octal126337270750211524310475
Binary101011011011111101110001111010100011101101000111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,223,184); }

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

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

 a { background-color: rgb(86,223,184); }

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

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

 span { border-color: rgb(86,223,184); }

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