#56DD96

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

Shades of Medium Aquamarine #56DD96

Tints of Medium Aquamarine #56DD96

Color information

#56DD96 (or 0x56DD96) is unknown color: approx Medium Aquamarine. HEX triplet: 56, DD and 96. RGB value is (86,221,150). Sum of RGB (Red+Green+Blue) = 86+221+150=457 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.82% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #56DD96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56DD96 is #A92269. Grayscale: #ACACAC. Windows color (decimal): -11084394 or 9887062. OLE color: 9887062.

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

Color convert

RGB86221150-
CMYK0.6100.320.13
HSL148.44º66.5%60.2%-
HSV(B)148.44º61.09%86.67%-
XYZ35.255.8937.79-
YUV172.54115.2766.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.82%
GREEN value IS 221 (86.72% from 255) = 48.36%
BLUE value IS 150 (58.98% from 255) = 32.82%
R=18.82%
G=48.36%
B=32.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal862211500.6100.320.13148.4466.560.2
Hex56DD963D020D94433c
Octal126335226750401522410374
Binary1010110110111011001011011110101000001101100101001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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