#56DF96

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

Shades of Medium Aquamarine #56DF96

Tints of Medium Aquamarine #56DF96

Color information

#56DF96 (or 0x56DF96) is unknown color: approx Medium Aquamarine. HEX triplet: 56, DF and 96. RGB value is (86,223,150). Sum of RGB (Red+Green+Blue) = 86+223+150=459 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.74% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #56DF96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56DF96 is #A92069. Grayscale: #ADADAD. Windows color (decimal): -11083882 or 9887574. OLE color: 9887574.

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

Color convert

RGB86223150-
CMYK0.6100.330.13
HSL148.03º68.16%60.59%-
HSV(B)148.03º61.43%87.45%-
XYZ35.7356.9637.96-
YUV173.71114.6165.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.74%
GREEN value IS 223 (87.5% from 255) = 48.58%
BLUE value IS 150 (58.98% from 255) = 32.68%
R=18.74%
G=48.58%
B=32.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal862231500.6100.330.13148.0368.1660.59
Hex56DF963D021D94443d
Octal126337226750411522410475
Binary1010110110111111001011011110101000011101100101001000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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