#56F396

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

Shades of Medium Aquamarine #56F396

Tints of Medium Aquamarine #56F396

Color information

#56F396 (or 0x56F396) is unknown color: approx Medium Aquamarine. HEX triplet: 56, F3 and 96. RGB value is (86,243,150). Sum of RGB (Red+Green+Blue) = 86+243+150=479 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.95% from 479); Green value is 243 (95.31% from 255 or 50.73% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 243 - color contains mainly: green. Hex color #56F396 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56F396 is #A90C69. Grayscale: #B9B9B9. Windows color (decimal): -11078762 or 9892694. OLE color: 9892694.

HSL color Cylindrical-coordinate representation of color #56F396: hue angle of 144.46º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56F396 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB86243150-
CMYK0.6500.380.05
HSL144.46º86.74%64.51%-
HSV(B)144.46º64.61%95.29%-
XYZ41.3968.2839.85-
YUV185.46107.9957.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.95%
GREEN value IS 243 (95.31% from 255) = 50.73%
BLUE value IS 150 (58.98% from 255) = 31.32%
R=17.95%
G=50.73%
B=31.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal862431500.6500.380.05144.4686.7464.51
Hex56F396410265905741
Octal1263632261010465220127101
Binary10101101111001110010110100000101001101011001000010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56F396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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