#56DDA4

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

Shades of Medium Aquamarine #56DDA4

Tints of Medium Aquamarine #56DDA4

Color information

#56DDA4 (or 0x56DDA4) is unknown color: approx Medium Aquamarine. HEX triplet: 56, DD and A4. RGB value is (86,221,164). Sum of RGB (Red+Green+Blue) = 86+221+164=471 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.26% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #56DDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56DDA4 is #A9225B. Grayscale: #AEAEAE. Windows color (decimal): -11084380 or 10804566. OLE color: 10804566.

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

Color convert

RGB86221164-
CMYK0.6100.260.13
HSL154.67º66.5%60.2%-
HSV(B)154.67º61.09%86.67%-
XYZ36.456.3744.08-
YUV174.14122.2765.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.26%
GREEN value IS 221 (86.72% from 255) = 46.92%
BLUE value IS 164 (64.45% from 255) = 34.82%
R=18.26%
G=46.92%
B=34.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal862211640.6100.260.13154.6766.560.2
Hex56DDA43D01AD9b433c
Octal126335244750321523310374
Binary101011011011101101001001111010110101101100110111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,221,164); }

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

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

 a { background-color: rgb(86,221,164); }

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

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

 span { border-color: rgb(86,221,164); }

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