#56F596

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

Shades of Medium Aquamarine #56F596

Tints of Medium Aquamarine #56F596

Color information

#56F596 (or 0x56F596) is unknown color: approx Medium Aquamarine. HEX triplet: 56, F5 and 96. RGB value is (86,245,150). Sum of RGB (Red+Green+Blue) = 86+245+150=481 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.88% from 481); Green value is 245 (96.09% from 255 or 50.94% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 245 - color contains mainly: green. Hex color #56F596 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56F596 is #A90A69. Grayscale: #BABABA. Windows color (decimal): -11078250 or 9893206. OLE color: 9893206.

HSL color Cylindrical-coordinate representation of color #56F596: hue angle of 144.15º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56F596 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB86245150-
CMYK0.6500.390.04
HSL144.15º88.83%64.9%-
HSV(B)144.15º64.9%96.08%-
XYZ4269.4940.05-
YUV186.63107.3256.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.88%
GREEN value IS 245 (96.09% from 255) = 50.94%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=17.88%
G=50.94%
B=31.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal862451500.6500.390.04144.1588.8364.9
Hex56F596410274905941
Octal1263652261010474220131101
Binary10101101111010110010110100000101001111001001000010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56F596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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